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

Commit 2ee5cd4

Browse files
committed
Merge branch 'hotfix/stdlib-pin' into develop
Forward port #29
2 parents 4b4096e + af6ca0e commit 2ee5cd4

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,10 @@ All notable changes to this project will be documented in this file, in reverse
3636

3737
### Fixed
3838

39-
- Nothing.
39+
- [#29](https://github.com/zendframework/zend-mvc/pull/29) updates the
40+
zend-stdlib dependency to reference `>=2.5.0,<2.7.0` to ensure hydrators
41+
will work as expected following extraction of hydrators to the zend-hydrator
42+
repository.
4043

4144
## 2.5.2 - 2015-09-14
4245

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)