Skip to content
This repository has been archived by the owner on Jul 10, 2020. It is now read-only.

Commit

Permalink
#0 : Improve composer.json
Browse files Browse the repository at this point in the history
  • Loading branch information
emilien.escalle committed Jun 13, 2016
1 parent 4a71e5b commit f0d11f4
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,18 @@
},
"require": {
"php": ">=5.3.3",
"zendframework/zendframework": "2.*@stable"
"zendframework/zend-config": "2.2.5",
"zendframework/zend-escaper": "2.2.5",
"zendframework/zend-form": "2.2.5",
"zendframework/zend-i18n": "2.2.5",
"zendframework/zend-loader": "2.2.5",
"zendframework/zend-log": "2.2.5",
"zendframework/zend-modulemanager": "2.2.5",
"zendframework/zend-mvc": "2.2.5",
"zendframework/zend-serializer": "2.2.5",
"zendframework/zend-servicemanager": "2.2.5",
"zendframework/zend-stdlib": "2.2.5",
"zendframework/zend-view": "2.2.5"
},
"require-dev": {
"phpunit/phpunit": "3.*@stable",
Expand Down

0 comments on commit f0d11f4

Please sign in to comment.