Skip to content
This repository was archived by the owner on Apr 29, 2019. It is now read-only.

Commit b7039bb

Browse files
author
Joan He
committed
MAGETWO-90006: Update zend-mvc lib dependency
1 parent a2f6a08 commit b7039bb

File tree

7 files changed

+448
-104
lines changed

7 files changed

+448
-104
lines changed

composer.json

+3-2
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@
6767
"zendframework/zend-log": "^2.9.1",
6868
"zendframework/zend-mail": "^2.9.0",
6969
"zendframework/zend-modulemanager": "^2.7",
70-
"zendframework/zend-mvc": "~2.6.3",
70+
"zendframework/zend-mvc": "~2.7.0",
7171
"zendframework/zend-serializer": "^2.7.2",
7272
"zendframework/zend-server": "^2.6.1",
7373
"zendframework/zend-servicemanager": "^2.7.8",
@@ -273,7 +273,8 @@
273273
"psr-4": {
274274
"Magento\\Framework\\": "lib/internal/Magento/Framework/",
275275
"Magento\\Setup\\": "setup/src/Magento/Setup/",
276-
"Magento\\": "app/code/Magento/"
276+
"Magento\\": "app/code/Magento/",
277+
"Zend\\Mvc\\Controller\\": "setup/src/Zend/Mvc/Controller/"
277278
},
278279
"psr-0": {
279280
"": [

0 commit comments

Comments
 (0)