[DependencyInjection] Add conflict rules for incompatible ext-psr versions

This commit is contained in:
Alexander M. Turek 2021-04-19 19:00:28 +02:00
parent 527b885fc6
commit a02f062149
4 changed files with 8 additions and 0 deletions

View File

@ -151,6 +151,7 @@
"twig/markdown-extra": "^2.12|^3"
},
"conflict": {
"ext-psr": "<1.1|>=2",
"async-aws/core": "<1.5",
"doctrine/annotations": "<1.12",
"doctrine/dbal": "<2.10",

View File

@ -35,6 +35,7 @@
"symfony/proxy-manager-bridge": "Generate service proxies to lazy load them"
},
"conflict": {
"ext-psr": "<1.1|>=2",
"symfony/config": "<5.3",
"symfony/finder": "<4.4",
"symfony/proxy-manager-bridge": "<4.4",

View File

@ -19,6 +19,9 @@
"php": ">=7.2.5",
"psr/container": "^1.1"
},
"conflict": {
"ext-psr": "<1.1|>=2"
},
"suggest": {
"symfony/service-implementation": ""
},

View File

@ -24,6 +24,9 @@
"require-dev": {
"symfony/polyfill-intl-idn": "^1.10"
},
"conflict": {
"ext-psr": "<1.1|>=2"
},
"replace": {
"symfony/cache-contracts": "self.version",
"symfony/deprecation-contracts": "self.version",