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 1e2abaa commit b9f6750Copy full SHA for b9f6750
composer.json
@@ -17,7 +17,7 @@
17
],
18
"require": {
19
"php": ">=7.2.5",
20
- "symfony/deprecation-contracts": "^2.1",
+ "symfony/deprecation-contracts": "^2.1|^3",
21
"symfony/event-dispatcher": "^4.4|^5.0|^6.0",
22
"symfony/options-resolver": "^5.1|^6.0",
23
"symfony/polyfill-ctype": "~1.8",
@@ -26,7 +26,7 @@
26
"symfony/polyfill-php80": "^1.16",
27
"symfony/polyfill-php81": "^1.23",
28
"symfony/property-access": "^5.0.8|^6.0",
29
- "symfony/service-contracts": "^1.1|^2"
+ "symfony/service-contracts": "^1.1|^2|^3"
30
},
31
"require-dev": {
32
"doctrine/collections": "~1.0",
0 commit comments