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 863219f commit d0bd9e0Copy full SHA for d0bd9e0
composer.json
@@ -26,11 +26,11 @@
26
"symfony/error-handler": "^5.4|^6.0",
27
"symfony/intl": "^6.2",
28
"symfony/http-client": "^5.4|^6.0",
29
- "symfony/translation-contracts": "^2.0|^3.0",
+ "symfony/translation-contracts": "^2.5|^3.0",
30
"symfony/var-exporter": "^5.4|^6.0"
31
},
32
"conflict": {
33
- "symfony/translation-contracts": "<2.0"
+ "symfony/translation-contracts": "<2.5"
34
35
"autoload": {
36
"psr-4": { "Symfony\\Component\\String\\": "" },
0 commit comments