Skip to content

Commit 34ef4c5

Browse files
committed
minor #153 Allow "doctrine/doctrine-bundle:^2.0" (phansys)
This PR was merged into the master branch. Discussion ---------- Allow "doctrine/doctrine-bundle:^2.0". Commits ------- 2f273b7 Allow "doctrine/doctrine-bundle:^2.0"
2 parents c47bb97 + 2f273b7 commit 34ef4c5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
],
2727
"require": {
2828
"php": "^5.6 || ^7.0",
29-
"doctrine/doctrine-bundle": "^1.4",
29+
"doctrine/doctrine-bundle": "^1.4 || ^2.0",
3030
"doctrine/orm": "^2.4.8",
3131
"knplabs/knp-paginator-bundle": "^2.6 || ^3.0 || ^4.0",
3232
"symfony/config": "^2.8 || ^3.0 || ^4.0",

0 commit comments

Comments
 (0)