Skip to content

Commit

Permalink
Symfony 7 support
Browse files Browse the repository at this point in the history
  • Loading branch information
Oleg Maksimenko authored and mac-cain13 committed Dec 1, 2023
1 parent 227913d commit f3050ec
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 @@ -16,8 +16,8 @@
},
"require": {
"php": ">=8.0",
"symfony/console": "^6.0",
"symfony/dependency-injection": "^6.0"
"symfony/console": "^6.0 || ^7.0",
"symfony/dependency-injection": "^6.0 || ^7.0"
},
"require-dev": {
"phpunit/phpunit": "^8.0 || ^9.0"
Expand Down

0 comments on commit f3050ec

Please sign in to comment.