Skip to content

Commit 7cd6d74

Browse files
committed
Allow doctrine-bundle 2 in dev requirements
This is necessary to actually install Symfony 5
1 parent 0aab2c2 commit 7cd6d74

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
"symfony/doctrine-bridge": "<4.4"
4949
},
5050
"require-dev": {
51-
"doctrine/doctrine-bundle": "^1.3",
51+
"doctrine/doctrine-bundle": "^1.3 || ^2",
5252
"friendsofphp/php-cs-fixer": "^3.0.2",
5353
"swiftmailer/swiftmailer": "^4.3 || ^5.0 || ^6.0",
5454
"symfony/console": "^4.4 || ^5.0",

0 commit comments

Comments
 (0)