Skip to content

Commit

Permalink
Symfony 7 support
Browse files Browse the repository at this point in the history
  • Loading branch information
larowlan committed Apr 3, 2024
1 parent a5f12ab commit d850eea
Show file tree
Hide file tree
Showing 2 changed files with 212 additions and 264 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"require": {
"php": ">=8.0.0",
"psr/log": "^3",
"symfony/console": "^5 || ^6"
"symfony/console": "^5 || ^6 || ^7"
},
"require-dev": {
"phpunit/phpunit": "^7.5.20 || ^8 || ^9",
Expand Down
Loading

0 comments on commit d850eea

Please sign in to comment.