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

Commit 68e7d7d

Browse files
committed
Cannot use zend-stdlib 3.0
The 2.6 series cannot use zend-stdlib 3.0 (as that version removes the CallbackHandler!)
1 parent 08eec8f commit 68e7d7d

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
@@ -14,7 +14,7 @@
1414
},
1515
"require": {
1616
"php": "^5.5 || ^7.0",
17-
"zendframework/zend-stdlib": "^2.7 || ^3.0"
17+
"zendframework/zend-stdlib": "^2.7"
1818
},
1919
"minimum-stability": "dev",
2020
"prefer-stable": true,

0 commit comments

Comments
 (0)