Skip to content

Commit d1e7cb2

Browse files
committed
📦 Allow symfony/translation 6.4 to ensure PHP 8.1 compatibility
1 parent 85c8c5f commit d1e7cb2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
"mouf/picotainer": "^1.1",
2727
"phpstan/phpstan": "^2",
2828
"php-coveralls/php-coveralls": "^2.1.0",
29-
"symfony/translation": "^7.0 || ^8.0",
29+
"symfony/translation": "^6.4 || ^7.0 || ^8.0",
3030
"doctrine/coding-standard": "^12"
3131
},
3232
"scripts": {

0 commit comments

Comments
 (0)