Skip to content

Commit

Permalink
feat: allow symfony 7
Browse files Browse the repository at this point in the history
  • Loading branch information
Chris8934 committed Nov 2, 2023
1 parent 196bacc commit 2d2fdf3
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,10 @@
"require": {
"php": ">=5.6",
"ext-json": "*",
"symfony/console": "^3.4|^4|^5|^6",
"symfony/finder": "^3|^4|^5|^6",
"symfony/process": "^3.4|^4|^5|^6",
"symfony/yaml": "^3.4|^4|^5|^6",
"symfony/console": "^3.4|^4|^5|^6|^7",
"symfony/finder": "^3|^4|^5|^6|^7",
"symfony/process": "^3.4|^4|^5|^6|^7",
"symfony/yaml": "^3.4|^4|^5|^6|^7",
"guzzlehttp/guzzle": "^6.3|^7.0"
},
"require-dev": {
Expand Down

0 comments on commit 2d2fdf3

Please sign in to comment.