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

Commit

Permalink
Update stdlib version constraints
Browse files Browse the repository at this point in the history
- To < 2.7.0, to ensure only hydrators implementing the stdlib hydrator
  interfaces will work.
  • Loading branch information
weierophinney committed Sep 22, 2015
1 parent 638e9f4 commit ac67425
Showing 1 changed file with 1 addition and 1 deletion.
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 ac67425

Please sign in to comment.