Skip to content

Commit b01aaf6

Browse files
committed
allow symfony 5
1 parent 8d7b1ea commit b01aaf6

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,12 @@
1111
"require": {
1212
"php": "^5.5 || ^7.0",
1313
"php-translation/common": "^1.0",
14-
"symfony/translation": "^2.7 || ^3.0 || ^4.0",
14+
"symfony/translation": "^2.7 || ^3.0 || ^4.0 || ^5.0",
1515
"nyholm/nsa": "^1.1"
1616
},
1717
"require-dev": {
18-
"symfony/phpunit-bridge": "^3.4 || ^4.0",
19-
"symfony/framework-bundle": "^2.7.39 || ^3.0 || ^4.0"
18+
"symfony/phpunit-bridge": "^3.4 || ^4.0 || ^5.0",
19+
"symfony/framework-bundle": "^2.7.39 || ^3.0 || ^4.0 || ^5.0"
2020
},
2121
"autoload": {
2222
"psr-4": {

0 commit comments

Comments
 (0)