Skip to content

Commit

Permalink
Add missing reqired zend-mvc dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
snapshotpl committed Feb 8, 2017
1 parent c46cb0f commit ba5a572
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 ba5a572

Please sign in to comment.