Skip to content

Commit

Permalink
Require symfony/process as dev dependency (#23)
Browse files Browse the repository at this point in the history
* Require symfony/process as dev dependency

* Increase supported version
  • Loading branch information
uuf6429 authored Mar 20, 2024
1 parent c63f281 commit 8a540d9
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 @@ -23,7 +23,8 @@
"phpstan/phpstan": "^1.10",
"phpstan/phpstan-phpunit": "^1.3",
"phpunit/phpunit": "^9.6.8",
"symfony/error-handler": "^5.4 || ^6.0",
"symfony/error-handler": "^5.4 || ^6.0 || ^7.0",
"symfony/process": "^5.4 || ^6.0 || ^7.0",
"jetbrains/phpstorm-attributes": "^1.0"
},
"autoload": {
Expand Down

0 comments on commit 8a540d9

Please sign in to comment.