Skip to content

Commit

Permalink
Reinstated dev dependencies
Browse files Browse the repository at this point in the history
- zend-i18n, zend-log, zend-serializer, and zend-view are needed when testing
  against v2 releases.
  • Loading branch information
weierophinney committed Aug 17, 2016
1 parent 166355d commit 2c554b5
Show file tree
Hide file tree
Showing 2 changed files with 1,282 additions and 983 deletions.
4 changes: 4 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,11 @@
"zendframework/zend-servicemanager": "^2.7.6 || ^3.1.1"
},
"require-dev": {
"zendframework/zend-i18n": "^2.7.3",
"zendframework/zend-log": "^2.9.1",
"zendframework/zend-modulemanager": "^2.7.2",
"zendframework/zend-serializer": "^2.8",
"zendframework/zend-view": "^2.8.1",
"phpunit/phpunit": "^4.8 || ^5.0",
"squizlabs/php_codesniffer": "^2.6.2",
"satooshi/php-coveralls": "^1.0.1"
Expand Down
Loading

0 comments on commit 2c554b5

Please sign in to comment.