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

Commit ea98e5d

Browse files
committed
composer require "zendframework/zend-json": "^2.6.1 || ^3.0" instead of ^2.6.1 only
1 parent 96a7c2f commit ea98e5d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +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",
18+
"zendframework/zend-json": "^2.6.1 || ^3.0",
1919
"zendframework/zend-loader": "^2.5",
2020
"zendframework/zend-stdlib": "^2.7 || ^3.0"
2121
},

0 commit comments

Comments
 (0)