Skip to content

Commit

Permalink
Merge pull request #6 from peter17/master
Browse files Browse the repository at this point in the history
Allow symfony/process 7.0
  • Loading branch information
DavidGoodwin authored Dec 4, 2023
2 parents 252d56c + f5c67da commit 4cdbd43
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 @@ -14,7 +14,7 @@
],
"require": {
"php": ">= 8.0",
"symfony/process": "~5.0|~6.0",
"symfony/process": "~2.0|~3.0|~4.0|~5.0|~6.0|~7.0"
"ext-simplexml": "*",
"symfony/filesystem": "~6.0"
},
Expand Down

0 comments on commit 4cdbd43

Please sign in to comment.