Skip to content

Commit

Permalink
Added service manager as main dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
mrVrAlex committed Oct 10, 2016
1 parent 13336cf commit d45ae3b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,12 +33,12 @@
"php": "^5.6 || ^7.0",
"zendframework/zend-mail": "^2.6",
"zendframework/zend-http": "^2.5",
"zendframework/zend-mime": "^2.6"
"zendframework/zend-mime": "^2.6",
"zendframework/zend-servicemanager": "^2.7 || ^3.1"
},
"require-dev": {
"aws/aws-sdk-php-zf2": "~2.0",
"container-interop/container-interop": "^1.1",
"zendframework/zend-servicemanager": "^2.7 || ^3.1",
"zendframework/zend-modulemanager": "^2.7",
"zendframework/zend-mvc": "^2.7 || ^3.0",
"zendframework/zend-view": "^2.6",
Expand Down

0 comments on commit d45ae3b

Please sign in to comment.