Today I try to install specific laravel version with composer create-project laravel/laravel=5.1.8 your-project-name --prefer-dist
, because some of the plugins have trouble with version 5.1.9 and above.
However, the installation fail and it says Could not find package laravel/laravel with version 5.1.8.
How can I install it with composer?