Skip to content

Commit

Permalink
Merge pull request #1 from k2tzumi/support-symfony-6.4
Browse files Browse the repository at this point in the history
Support Symfony 6.4
  • Loading branch information
smeghead authored Jan 30, 2024
2 parents 77d502f + 8c13c5b commit 4ecb2e9
Show file tree
Hide file tree
Showing 2 changed files with 88 additions and 251 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
}
],
"require": {
"symfony/console": "^5.4"
"symfony/console": "^5.4|^6.4"
},
"scripts": {
"test": [
Expand Down
Loading

0 comments on commit 4ecb2e9

Please sign in to comment.