Skip to content

Commit

Permalink
Merge pull request #46 from thecaliskan/patch-1
Browse files Browse the repository at this point in the history
Allow Symfony 7.x
  • Loading branch information
stevebauman authored Dec 16, 2023
2 parents 188212d + 8511b56 commit 7f7750a
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": "^7.4|^8.0",
"symfony/console": "^4.2|^5.0|^6.0",
"symfony/process": "^4.2|^5.0|^6.0"
"symfony/console": "^4.2|^5.0|^6.0|^7.0",
"symfony/process": "^4.2|^5.0|^6.0|^7.0"
},
"require-dev": {
"pestphp/pest": "^1.20"
Expand Down

0 comments on commit 7f7750a

Please # to comment.