Skip to content
This repository has been archived by the owner on Jan 1, 2023. It is now read-only.

Commit

Permalink
Fix missing symfony/console dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
xtrime-ru authored and nesk committed Feb 11, 2021
1 parent 0d51359 commit a3c30bc
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 @@ -27,7 +27,8 @@
"require-dev": {
"monolog/monolog": "^2.0",
"phpunit/phpunit": "^9.0",
"symfony/process": "^4.0|^5.0"
"symfony/process": "^4.0|^5.0",
"symfony/console": "^4.0|^5.0"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit a3c30bc

Please sign in to comment.