Skip to content

Commit

Permalink
Merge pull request #57 from creative-commoners/pulls/1/symfony7
Browse files Browse the repository at this point in the history
DEP Upgrade to symfony 7
  • Loading branch information
GuySartorelli authored Sep 3, 2024
2 parents a9129b8 + 31e4334 commit 5897c5a
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 @@ -5,8 +5,8 @@
"license": "BSD-3-Clause",
"require": {
"silverstripe/graphql": "^3 || ^4 || ^5 || ^6",
"symfony/finder": "^4 || ^5 || ^6",
"symfony/filesystem": "^4 || ^5 || ^6"
"symfony/finder": "^4 || ^5 || ^6 || ^7",
"symfony/filesystem": "^4 || ^5 || ^6 || ^7"
},
"require-dev": {
"phpunit/phpunit": "^9.5",
Expand Down

0 comments on commit 5897c5a

Please sign in to comment.