If you run below composer command to install laravel latest cli command:
composer create-project laravel/laravel blog --prefer-dist
If you run below composer command to install laravel specific version cli command:
composer create-project laravel/laravel blog "7.*.*" --prefer-dist
Using the 7.1.* will ensure that you get all the latest patches in the 7.1 branch.