Skip to content

Commit

Permalink
Merge pull request #11 from thecaliskan/patch-1
Browse files Browse the repository at this point in the history
Allow Symfony 7.x
  • Loading branch information
freekmurze authored Dec 18, 2023
2 parents c295b81 + 8cb07f4 commit 71ce82a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
],
"require": {
"php": "^8.1",
"symfony/process": "^6.3.2"
"symfony/process": "^6.3.2|^7.0"
},
"require-dev": {
"pestphp/pest": "^2.16",
Expand Down

0 comments on commit 71ce82a

Please sign in to comment.