Skip to content

Commit

Permalink
Merge pull request #15 from snapshotpl/missing_dependency
Browse files Browse the repository at this point in the history
Add missing reqired zend-mvc dependency
  • Loading branch information
snapshotpl authored Feb 8, 2017
2 parents c46cb0f + ba5a572 commit 263935c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,10 @@
"zendframework/zend-eventmanager": "~2.2",
"zendframework/zend-modulemanager": "~2.2",
"zendframework/zend-servicemanager": "~2.2",
"zendframework/zend-mvc": "~2.2",
"geoip/geoip": "^1.14"
},
"require-dev": {
"zendframework/zend-mvc": "~2.2",
"zendframework/zend-serializer": "~2.2",
"zendframework/zend-log": "~2.2",
"zendframework/zend-i18n": "~2.2",
Expand Down

0 comments on commit 263935c

Please sign in to comment.