Skip to content

Commit 70fd48e

Browse files
authored
Add Symfony 6 support (#57)
1 parent 5223456 commit 70fd48e

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
@@ -11,11 +11,11 @@
1111
"require": {
1212
"php": "^7.2 || ^8.0",
1313
"php-translation/common": "^3.0",
14-
"symfony/translation": "^3.4 || ^4.2 || ^5.0"
14+
"symfony/translation": "^3.4 || ^4.2 || ^5.0 || ^6.0"
1515
},
1616
"require-dev": {
1717
"phpunit/phpunit": "^8.4",
18-
"symfony/framework-bundle": " ^3.4 || ^4.2 || ^5.0"
18+
"symfony/framework-bundle": " ^3.4 || ^4.2 || ^5.0 || ^6.0"
1919
},
2020
"autoload": {
2121
"psr-4": {

0 commit comments

Comments
 (0)