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

Commit 82cb5fc

Browse files
committed
Update stdlib version constraints
- To < 2.7.0, to ensure only hydrators implementing the stdlib hydrator interfaces will work.
1 parent b7cbab6 commit 82cb5fc

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
@@ -17,7 +17,7 @@
1717
"zendframework/zend-eventmanager": "~2.5",
1818
"zendframework/zend-servicemanager": "~2.5",
1919
"zendframework/zend-form": "~2.5",
20-
"zendframework/zend-stdlib": "~2.5"
20+
"zendframework/zend-stdlib": ">=2.5.0,<2.7.0"
2121
},
2222
"require-dev": {
2323
"zendframework/zend-authentication": "~2.5",

0 commit comments

Comments
 (0)