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 2f3bd16 commit ef59452Copy full SHA for ef59452
composer.json
@@ -17,12 +17,12 @@
17
],
18
"require": {
19
"php": ">=7.2.5",
20
- "symfony/deprecation-contracts": "^2.1",
+ "symfony/deprecation-contracts": "^2.1|^3",
21
"symfony/polyfill-ctype": "~1.8",
22
"symfony/polyfill-mbstring": "~1.0",
23
"symfony/polyfill-php73": "~1.0",
24
"symfony/polyfill-php80": "^1.16",
25
- "symfony/translation-contracts": "^1.1|^2"
+ "symfony/translation-contracts": "^1.1|^2|^3"
26
},
27
"require-dev": {
28
"symfony/console": "^4.4|^5.0|^6.0",
0 commit comments