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

Commit ad24090

Browse files
committed
Merge branch 'hotfix/stdlib-pin'
Close #29
2 parents b7cbab6 + af6ca0e commit ad24090

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
@@ -18,7 +18,10 @@ All notable changes to this project will be documented in this file, in reverse
1818

1919
### Fixed
2020

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

2326
## 2.5.2 - 2015-09-14
2427

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)