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

Commit

Permalink
Merge branch 'hotfix/stdlib-pin'
Browse files Browse the repository at this point in the history
Close #16
  • Loading branch information
weierophinney committed Sep 22, 2015
2 parents 638e9f4 + 63e0d56 commit ae408e2
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,10 @@ All notable changes to this project will be documented in this file, in reverse

### Fixed

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

## 2.5.2 - 2015-09-09

Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"require": {
"php": ">=5.5",
"zendframework/zend-inputfilter": "~2.5",
"zendframework/zend-stdlib": "~2.5"
"zendframework/zend-stdlib": ">=2.5.0,<2.7.0"
},
"require-dev": {
"doctrine/annotations": "~1.0",
Expand Down

0 comments on commit ae408e2

Please sign in to comment.