Skip to content

Commit

Permalink
use individual zf components to anticipate moving components of zf to…
Browse files Browse the repository at this point in the history
… suggest
  • Loading branch information
samsonasik committed Jul 22, 2015
1 parent 1f91932 commit e35b3b0
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,16 @@
],
"require": {
"php": ">=5.3.23",
"zendframework/zend-session": "~2.3"
"zendframework/zend-session": "~2.3",
"zendframework/zend-debug": "~2.3"
},
"require-dev": {
"satooshi/php-coveralls": "dev-master",
"phpunit/phpcov": "~2.0",
"zendframework/zendframework": "~2.3",
"zendframework/zend-test": "~2.3",
"zendframework/zend-serializer": "~2.3",
"zendframework/zend-log": "~2.3",
"zendframework/zend-i18n": "~2.3",
"zendframework/zend-developer-tools": "dev-master"
},
"suggest": {
Expand Down

0 comments on commit e35b3b0

Please sign in to comment.