Skip to content

Commit c9bcc08

Browse files
authored
Merge pull request #22 from goetas/patch-1
Drop version constraint to allow future package releases (or abandon package)
2 parents c57f5e0 + 1000287 commit c9bcc08

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)