I\'m trying to install Laravel using Composer, but after running the following command
composer create-project laravel/laravel cmsLaravel 5.2
Change your command to this:
composer create-project laravel/laravel cmsLaravel 5.2.*
This mean any sub version of laravel 5.2.
laravel 5.2