Skip to content

Commit

Permalink
Allow Symfony 7.x
Browse files Browse the repository at this point in the history
  • Loading branch information
thecaliskan authored Dec 16, 2023
1 parent 2c189a0 commit 9de8030
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 9de8030

Please sign in to comment.