Skip to content

Commit

Permalink
Merge pull request #631 from MatthiasKuehneEllerhold/zend-console-dev
Browse files Browse the repository at this point in the history
Move zend-mvc-console back to require-dev
  • Loading branch information
TomHAnderson authored Apr 3, 2018
2 parents 7898d57 + 3da89b4 commit 64686ea
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,7 @@
"zendframework/zend-paginator": "^2.8",
"zendframework/zend-servicemanager": "^3.3",
"zendframework/zend-stdlib": "^3.1",
"zendframework/zend-validator": "^2.10",
"zendframework/zend-mvc-console": "^1.1.11"
"zendframework/zend-validator": "^2.10"
},
"require-dev": {
"phpunit/phpunit": "^6.5 || ^7.0",
Expand All @@ -64,13 +63,15 @@
"zendframework/zend-i18n": "^2.7",
"zendframework/zend-log": "^2.9",
"zendframework/zend-modulemanager": "^2.8",
"zendframework/zend-mvc-console": "^1.1.11",
"zendframework/zend-serializer": "^2.8",
"zendframework/zend-session": "^2.8",
"zendframework/zend-test": "^3.1.1",
"zendframework/zend-version": "^2.5.1"
},
"suggest": {
"doctrine/data-fixtures": "Data Fixtures if you want to generate test data or bootstrap data for your deployments"
"doctrine/data-fixtures": "Data Fixtures if you want to generate test data or bootstrap data for your deployments",
"zendframework/zend-mvc-console": "^1.1.11 if you want to use the ZF3 console libraries"
},
"autoload": {
"psr-0": {
Expand Down

0 comments on commit 64686ea

Please sign in to comment.