Skip to content

Commit

Permalink
Require symfony/process as dev dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
uuf6429 committed Mar 14, 2024
1 parent c63f281 commit 923e6a2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,8 @@
"phpstan/phpstan-phpunit": "^1.3",
"phpunit/phpunit": "^9.6.8",
"symfony/error-handler": "^5.4 || ^6.0",
"jetbrains/phpstorm-attributes": "^1.0"
"jetbrains/phpstorm-attributes": "^1.0",
"symfony/process": "^7.0"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit 923e6a2

Please sign in to comment.