doctrine/doctrine-bundle ^1.5 is not compatible with Symfony 5

This commit is contained in:
Nicolas Grekas 2019-12-30 18:22:15 +01:00
parent db32ef0d9d
commit 4c790b0589
2 changed files with 2 additions and 2 deletions

View File

@ -107,7 +107,7 @@
"doctrine/dbal": "~2.4",
"doctrine/orm": "~2.4,>=2.4.5",
"doctrine/reflection": "~1.0",
"doctrine/doctrine-bundle": "^1.5|^2.0",
"doctrine/doctrine-bundle": "^2.0",
"guzzlehttp/promises": "^1.3.1",
"masterminds/html5": "^2.6",
"monolog/monolog": "^1.25.1|^2",

View File

@ -27,7 +27,7 @@
"symfony/security-http": "^4.4.1|^5.0.1"
},
"require-dev": {
"doctrine/doctrine-bundle": "^1.5|^2.0",
"doctrine/doctrine-bundle": "^2.0",
"symfony/asset": "^4.4|^5.0",
"symfony/browser-kit": "^4.4|^5.0",
"symfony/console": "^4.4|^5.0",