Skip to content

Commit

Permalink
Merge pull request #43 from Chris53897/feature/allow-symfony-7
Browse files Browse the repository at this point in the history
feat: allow symfony 7
  • Loading branch information
malukenho authored Feb 5, 2024
2 parents 6608824 + 3ea4894 commit 263320d
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 @@ -23,8 +23,8 @@
},
"require": {
"php": "^8.0",
"symfony/console": "^4.4 || ^5.4 || ^6.0",
"symfony/finder": "^4.4 || ^5.4 || ^6.0"
"symfony/console": "^4.4 || ^5.4 || ^6.0 || ^7.0",
"symfony/finder": "^4.4 || ^5.4 || ^6.0 || ^7.0"
},
"require-dev": {
"doctrine/coding-standard": "^9.0",
Expand Down

0 comments on commit 263320d

Please sign in to comment.