Skip to content

Commit

Permalink
Properly specifying dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
SocalNick committed Oct 10, 2015
1 parent 855cfd3 commit 975363a
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 @@ -16,11 +16,22 @@
],
"require": {
"php": ">=5.3.3",
"zendframework/zend-mvc": "2.*",
"zendframework/zend-authentication": "2.*",
"zendframework/zend-db": "2.*",
"zendframework/zend-eventmanager": "2.*",
"zendframework/zend-http": "2.*",
"zendframework/zend-i18n": "2.*",
"zendframework/zend-loader": "2.*",
"zendframework/zend-log": "2.*",
"zendframework/zend-modulemanager": "2.*",
"zendframework/zend-mvc": "2.*",
"zendframework/zend-serializer": "2.*",
"zendframework/zend-servicemanager": "2.*",
"zendframework/zend-session": "2.*",
"zendframework/zend-stdlib": "2.*",
"zendframework/zend-test": "2.*",
"zendframework/zend-uri": "2.*",
"zendframework/zend-view": "2.*",
"zf-commons/zfc-base": "0.1.*",
"zf-commons/zfc-user": "1.2.*",
"hybridauth/hybridauth": "2.5.*"
Expand Down

0 comments on commit 975363a

Please sign in to comment.