Skip to content

Commit

Permalink
Fix dependency
Browse files Browse the repository at this point in the history
Console is required for non-dev use
  • Loading branch information
samdark committed Jul 16, 2020
1 parent bcaabce commit 743e0f8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,16 +27,16 @@
"psr/event-dispatcher": "^1.0",
"psr/log": "^1.1",
"yiisoft/friendly-exception": "^1.0",
"yiisoft/serializer": "^3.0@dev",
"yiisoft/yii-console": "^3.0@dev"
"yiisoft/serializer": "^3.0@dev"
},
"require-dev": {
"infection/infection": "^0.16.0",
"pda/pheanstalk": "*",
"phpunit/phpunit": "^9.0",
"yiisoft/composer-config-plugin": "^1.0@dev",
"yiisoft/di": "^3.0@dev",
"yiisoft/log": "^3.0@dev"
"yiisoft/log": "^3.0@dev",
"yiisoft/yii-console": "^3.0@dev"
},
"suggest": {
"ext-pcntl": "Need for process signals."
Expand Down

0 comments on commit 743e0f8

Please sign in to comment.