Skip to content

Commit feeac84

Browse files
committed
require doctrine-bridge 5.4 or greater
1 parent 2996afd commit feeac84

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
@@ -43,7 +43,8 @@
4343
},
4444
"conflict": {
4545
"doctrine/orm": "<2.10",
46-
"doctrine/doctrine-bundle": "<2.4"
46+
"doctrine/doctrine-bundle": "<2.4",
47+
"symfony/doctrine-bridge": "<5.4"
4748
},
4849
"autoload": {
4950
"psr-4": { "Symfony\\Bundle\\MakerBundle\\": "src/" }

0 commit comments

Comments
 (0)