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 9748a8d commit 27d39aeCopy full SHA for 27d39ae
composer.json
@@ -17,8 +17,8 @@
17
],
18
"require": {
19
"php": ">=7.2.5",
20
- "symfony/deprecation-contracts": "^2.1",
21
- "symfony/event-dispatcher-contracts": "^2",
+ "symfony/deprecation-contracts": "^2.1|^3",
+ "symfony/event-dispatcher-contracts": "^2|^3",
22
"symfony/polyfill-php80": "^1.16"
23
},
24
"require-dev": {
@@ -27,7 +27,7 @@
27
"symfony/config": "^4.4|^5.0|^6.0",
28
"symfony/error-handler": "^4.4|^5.0|^6.0",
29
"symfony/http-foundation": "^4.4|^5.0|^6.0",
30
- "symfony/service-contracts": "^1.1|^2",
+ "symfony/service-contracts": "^1.1|^2|^3",
31
"symfony/stopwatch": "^4.4|^5.0|^6.0",
32
"psr/log": "^1|^2|^3"
33
0 commit comments