Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.

mstnorris's avatar

What is the minumum PHP requirement for Laravel 5?

I am sure it has been answered before but I haven't found a definitive answer. I thought it was going to be 5.6 but on the Laravel upgrade docs it says 5.4 so my question is, what is the minumum PHP requirement for Laravel 5?

0 likes
5 replies
mstnorris's avatar

I read that thread but I wasn't sure as there is no definitive answer from Taylor however, the docs suggest 5.4 too. Anyone else have any insight?

bestmomo's avatar

For now there is in composer :

    "require": {
        "php": ">=5.4.0",

I dont think that it will change but... who knows ?

JeffreyWay's avatar

I think he really wants to do 5.5, but probably will stay safe with 5.4. We'll see, though!

Please or to participate in this conversation.