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

alainbelez's avatar

Laravel 5.3

doing a composer update doesn't update to 5.3 i also checked the repo for framework and it doesn't have a 5.3 tag

https://laravel.com/docs/master/upgrade#upgrade-5.3.0

0 likes
3 replies
willvincent's avatar

Assuming that you meant doesn't update rather than does update?

You're looking at the 'master' docs, which as far as I am aware is like the master branch of the git repo.. So, while there is some upgrade info for 5.3, 5.3 is technically not yet released.

I assume that answers the question that you failed to ask?

2 likes
brunowerneck's avatar

My bad, sorry, you can also create a 5.3 project using composer:

composer create-project laravel/laravel project dev-develop

Please or to participate in this conversation.