Skip to content

Commit 8d29e25

Browse files
committed
require atleast doctrine-bundle 2.4
1 parent 5fcbfc4 commit 8d29e25

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

composer.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,8 @@
4242
"sort-packages": true
4343
},
4444
"conflict": {
45-
"doctrine/orm": "<2.10"
45+
"doctrine/orm": "<2.10",
46+
"doctrine/doctrine-bundle": "<2.4"
4647
},
4748
"autoload": {
4849
"psr-4": { "Symfony\\Bundle\\MakerBundle\\": "src/" }

0 commit comments

Comments
 (0)