We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8434102 commit 8103e34Copy full SHA for 8103e34
Service/composer.json
@@ -19,6 +19,9 @@
19
"php": ">=7.2.5",
20
"psr/container": "^1.1"
21
},
22
+ "conflict": {
23
+ "ext-psr": "<1.1|>=2"
24
+ },
25
"suggest": {
26
"symfony/service-implementation": ""
27
composer.json
@@ -24,6 +24,9 @@
"require-dev": {
"symfony/polyfill-intl-idn": "^1.10"
28
29
30
"replace": {
31
"symfony/cache-contracts": "self.version",
32
"symfony/deprecation-contracts": "self.version",
0 commit comments