Skip to content

Commit 1e67a9b

Browse files
authored
Merge pull request #156 from jaikdean/doctrine-bundle-2
Support doctrine/doctrine-bundle:2.0.0
2 parents 536f90f + 3ab779e commit 1e67a9b

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

composer.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
},
2424
"require": {
2525
"php": ">=7.1.3",
26-
"doctrine/doctrine-bundle": "~1.11",
26+
"doctrine/doctrine-bundle": "~1.11 || ^2.0",
2727
"doctrine/common": "~2.8",
2828
"doctrine/orm": "~2.6",
2929
"symfony/config": "^4.3",
@@ -40,7 +40,8 @@
4040
"phpstan/phpstan-doctrine":"^0.11",
4141
"phpstan/phpstan-phpunit": "^0.11",
4242
"phpunit/phpunit": "^7.5",
43-
"symfony/form": "^4.3"
43+
"symfony/form": "^4.3",
44+
"symfony/yaml": "^4.3"
4445
},
4546
"autoload": {
4647
"psr-4": {

0 commit comments

Comments
 (0)