hrphp / hrphp-framework

A tutorial project for developers interested in learning more about PHP web development frameworks.
MIT License
1 stars 1 forks source link

Minimum PHP version 5.5 #13

Closed chadicus closed 9 years ago

chadicus commented 9 years ago

PHP 5.4's end of life is September of this year. See this link

Should we go ahead and up the min supported version of php to 5.5?

guillermoandrae commented 9 years ago

I like the idea of supporting at least 2 minor versions back from the latest stable. zf2 and symfony both support some versions of 5.3 -- I wouldn't like to go back that far. 5.4 is good enough IMO.

guillermoandrae commented 9 years ago

@chadicus got any other thoughts on this?

chadicus commented 9 years ago

I will say ZF3 is scheduled to be released later this year and it's min version will be 5.5.

guillermoandrae commented 9 years ago

OK. If newer frameworks are doing it, then we should, too. Create a PR and I'll get it merged.