Skip to content

Commit

Permalink
Merge pull request #5 from dmolineus/hotfix/symfony-7
Browse files Browse the repository at this point in the history
Allow symfony 7
  • Loading branch information
discordier authored Apr 17, 2024
2 parents 5828a75 + a65a92f commit 59c8647
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 @@ -25,8 +25,8 @@
"ext-dom": "*",
"cyberspectrum/i18n": "^1.1@dev",
"psr/log": "^2.0 || ^3.0",
"symfony/filesystem": "^5.4 || ^6.0",
"symfony/finder": "^5.4 || ^6.0"
"symfony/filesystem": "^5.4 || ^6.0 || ^7.0",
"symfony/finder": "^5.4 || ^6.0 || ^7.0"
},
"require-dev": {
"phpcq/runner-bootstrap": "^1.0@dev"
Expand Down

0 comments on commit 59c8647

Please sign in to comment.