Skip to content

Commit 1000287

Browse files
authored
Drop version constraint
1 parent c57f5e0 commit 1000287

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

composer.json

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,8 @@
44
"license": "MIT",
55
"description": "A pack for the Doctrine ORM",
66
"require": {
7-
"php": "^7.0",
8-
"doctrine/orm": "^2.5.11",
9-
"doctrine/doctrine-bundle": "^1.6.10|^2.0",
10-
"doctrine/doctrine-migrations-bundle": "^1.3|^2.0"
7+
"doctrine/orm": "*",
8+
"doctrine/doctrine-bundle": "*",
9+
"doctrine/doctrine-migrations-bundle": "*"
1110
}
1211
}

0 commit comments

Comments
 (0)