Skip to content

Commit d0bd9e0

Browse files
committed
Drop v1 contracts packages everywhere
1 parent 863219f commit d0bd9e0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,11 +26,11 @@
2626
"symfony/error-handler": "^5.4|^6.0",
2727
"symfony/intl": "^6.2",
2828
"symfony/http-client": "^5.4|^6.0",
29-
"symfony/translation-contracts": "^2.0|^3.0",
29+
"symfony/translation-contracts": "^2.5|^3.0",
3030
"symfony/var-exporter": "^5.4|^6.0"
3131
},
3232
"conflict": {
33-
"symfony/translation-contracts": "<2.0"
33+
"symfony/translation-contracts": "<2.5"
3434
},
3535
"autoload": {
3636
"psr-4": { "Symfony\\Component\\String\\": "" },

0 commit comments

Comments
 (0)