Skip to content

Commit

Permalink
Merge pull request #6 from thecaliskan/patch-1
Browse files Browse the repository at this point in the history
Allow Symfony 7.x
  • Loading branch information
freekmurze committed Dec 18, 2023
2 parents b3c8183 + 437b6a6 commit e8b1d29
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 @@ -23,7 +23,7 @@
],
"require": {
"php": "^8.1",
"symfony/process": "^6.3"
"symfony/process": "^6.3|^7.0"
},
"require-dev": {
"laravel/pint": "^1.13",
Expand Down

0 comments on commit e8b1d29

Please sign in to comment.