Skip to content
This repository was archived by the owner on Jan 31, 2020. It is now read-only.

Commit f93d13e

Browse files
committed
Fixes #163 : apply zend-json to require
1 parent 651621d commit f93d13e

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

composer.json

+1-2
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515
"require": {
1616
"php": "^5.6 || ^7.0",
1717
"zendframework/zend-eventmanager": "^2.6.2 || ^3.0",
18+
"zendframework/zend-json": "^2.6.1",
1819
"zendframework/zend-loader": "^2.5",
1920
"zendframework/zend-stdlib": "^2.7 || ^3.0"
2021
},
@@ -30,7 +31,6 @@
3031
"zendframework/zend-filter": "^2.6.1",
3132
"zendframework/zend-http": "^2.5.4",
3233
"zendframework/zend-i18n": "^2.6",
33-
"zendframework/zend-json": "^2.6.1",
3434
"zendframework/zend-log": "^2.7",
3535
"zendframework/zend-modulemanager": "^2.7.1",
3636
"zendframework/zend-mvc": "^2.7 || ^3.0",
@@ -50,7 +50,6 @@
5050
"zendframework/zend-filter": "Zend\\Filter component",
5151
"zendframework/zend-http": "Zend\\Http component",
5252
"zendframework/zend-i18n": "Zend\\I18n component",
53-
"zendframework/zend-json": "Zend\\Json component",
5453
"zendframework/zend-mvc": "Zend\\Mvc component",
5554
"zendframework/zend-navigation": "Zend\\Navigation component",
5655
"zendframework/zend-paginator": "Zend\\Paginator component",

0 commit comments

Comments
 (0)