Skip to content

Commit

Permalink
Update composer.json (#84)
Browse files Browse the repository at this point in the history
Allow symfony/process 7.x
  • Loading branch information
thecaliskan authored Dec 18, 2023
1 parent 63c5bab commit b66d11b
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 @@ -30,7 +30,7 @@
"symfony/phpunit-bridge": "^4.2 || ^5",
"phpstan/phpstan": "^0.12.55",
"psr/log": "^1.0",
"symfony/process": "^2.5 || ^3.0 || ^4.0 || ^5.0 || ^6.0"
"symfony/process": "^2.5 || ^3.0 || ^4.0 || ^5.0 || ^6.0 || ^7.0"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit b66d11b

Please sign in to comment.