Skip to content

Commit

Permalink
Merge pull request #72 from elliotbruneel/chore/allow-symfony-7
Browse files Browse the repository at this point in the history
chore: allow symfony 7
  • Loading branch information
marcocesarato committed Dec 15, 2023
2 parents cb89959 + eb2c712 commit 6bba126
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@
"require": {
"php": ">=7.1.3",
"ext-json": "*",
"symfony/console": "^4 || ^5 || ^6"
"symfony/console": "^4 || ^5 || ^6 || ^7"
},
"extra": {
"hooks": {
Expand Down

0 comments on commit 6bba126

Please sign in to comment.