Allow doctrine/persistence 2

This commit is contained in:
Alexander M. Turek 2020-07-23 14:17:19 +02:00 committed by Nicolas Grekas
parent 4a8f11c1dd
commit cd22fe6c92
3 changed files with 3 additions and 3 deletions

View File

@ -19,7 +19,7 @@
"php": ">=7.1.3",
"ext-xml": "*",
"doctrine/event-manager": "~1.0",
"doctrine/persistence": "^1.3",
"doctrine/persistence": "^1.3|^2",
"twig/twig": "^1.41|^2.10|^3.0",
"psr/cache": "~1.0",
"psr/container": "^1.0",

View File

@ -18,7 +18,7 @@
"require": {
"php": ">=7.1.3",
"doctrine/event-manager": "~1.0",
"doctrine/persistence": "^1.3",
"doctrine/persistence": "^1.3|^2",
"symfony/polyfill-ctype": "~1.8",
"symfony/polyfill-mbstring": "~1.0",
"symfony/service-contracts": "^1.1|^2"

View File

@ -22,7 +22,7 @@
},
"require-dev": {
"doctrine/dbal": "^2.6|^3.0",
"doctrine/persistence": "^1.3",
"doctrine/persistence": "^1.3|^2",
"psr/cache": "~1.0",
"symfony/console": "^3.4|^4.0|^5.0",
"symfony/dependency-injection": "^3.4.19|^4.1.8|^5.0",