I want to install a specific version of Laravel Lumen (5.1 instead of the lastest one 5.2) on a new project.
From the documentation :
lumen new blog
or :
composer create-project laravel/lumen --prefer-dist
Does not work : it install the lastest one.