Skip to content

Commit

Permalink
Reducing dependencies by requiring individual zf components
Browse files Browse the repository at this point in the history
  • Loading branch information
SocalNick committed Oct 10, 2015
1 parent 2bb26d5 commit aede0cd
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,11 @@
],
"require": {
"php": ">=5.3.3",
"zendframework/zendframework": "2.*",
"zendframework/zend-mvc": "2.*",
"zendframework/zend-i18n": "2.*",
"zendframework/zend-log": "2.*",
"zendframework/zend-serializer": "2.*",
"zendframework/zend-test": "2.*",
"zf-commons/zfc-base": "0.1.*",
"zf-commons/zfc-user": "1.2.*",
"hybridauth/hybridauth": "2.5.*"
Expand Down

0 comments on commit aede0cd

Please sign in to comment.