I think it was mentioned in that last Laravel podcast.
PHP 5.4 will go totally end of life in September, before the release of
Laravel 5.2. Makes sense to require PHP 5.5 now for added security
support and modern features, especially given LTS release.
@JohnRivs@mstnorris
for sure, it does make sense to go up to a more current version of PHP.
i was just wondering whether there's something specific at L5.1 which wouldn't work anymore using PHP < 5.5.9
@bestmomo
you're absolutely right, but sometimes one has no choice and is bound on the hoster
or you have a system that doesn't offer a specific version yet or it's unstable. Wasn't Ubuntu not such a candidate with PHP 5.3 or 5.4 ? Can't remember...
I can't find where it's checking the php version. I am on Windows and while I work on Homestead, I do have the latest XAMPP installed which has PHP 5.6.8.
I probably have earlier php versions somewhere on my laptop but I can't figure out how to point the validation to the correct php src.