zendframework / zend-stdlib

Stdlib component from Zend Framework
BSD 3-Clause "New" or "Revised" License
384 stars 76 forks source link

php version issue starting at 2.5.2 #28

Closed cridoret closed 9 years ago

cridoret commented 9 years ago

The required php version went from ">=5.3.23" in 2.5.1 to ">=5.5" in 2.5.2. Shouldn't that change have been done in 2.5.0 instead of in a patch version?

weierophinney commented 9 years ago

We stopped testing against 5.3 and 5.4 for the 2.5 release, by forgot to update the composer requirement. The intention was to only support 5.5, however, and we updated all libraries in immediate patch versions to reflect the intention. On Sep 25, 2015 10:26 AM, "Clement Ridoret" notifications@github.com wrote:

The required php version went from ">=5.3.23" in 2.5.1 to ">=5.5" in 2.5.2. Shouldn't that change have been done in 2.5.0 instead of in a patch version?

— Reply to this email directly or view it on GitHub https://github.com/zendframework/zend-stdlib/issues/28.