Skip to content

Commit

Permalink
Allow Symfony 7 support
Browse files Browse the repository at this point in the history
  • Loading branch information
bocharsky-bw authored Dec 26, 2023
1 parent 6983039 commit c26aecd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,11 @@
"require": {
"php": "^7.2 || ^8.0",
"php-translation/common": "^3.0",
"symfony/translation": "^3.4 || ^4.2 || ^5.0 || ^6.0"
"symfony/translation": "^3.4 || ^4.2 || ^5.0 || ^6.0 || ^7.0"
},
"require-dev": {
"phpunit/phpunit": ">=8.5.20",
"symfony/framework-bundle": " ^3.4 || ^4.2 || ^5.0 || ^6.0"
"symfony/framework-bundle": " ^3.4 || ^4.2 || ^5.0 || ^6.0 || ^7.0"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit c26aecd

Please sign in to comment.