Install Old Version of Laravel 4.1.X for PHP 5.3 Servers using Composer

If you need to install an older version of Laravel for use with a server that has PHP 5.3.X for example, you can do so using the following command:

composer create-project laravel/laravel project-directory 4.1.*

This is useful when you can’t upgrade the version of PHP but still wish to use Laravel.