Skip to content

Commit

Permalink
Merge pull request #55 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 2c189a0 + 9de8030 commit 858ced6
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 @@ -24,7 +24,7 @@
"require": {
"php": "^7.4|^8.0",
"spatie/macroable": "^1.0|^2.0",
"symfony/process": "^5.3|^6.0"
"symfony/process": "^5.3|^6.0|^7.0"
},
"require-dev": {
"pestphp/pest": "^1.22",
Expand Down

0 comments on commit 858ced6

Please sign in to comment.