From 0820c0a31b6559dda563c9769ede1b118862c592 Mon Sep 17 00:00:00 2001 From: Jonas Staudenmeir Date: Tue, 4 Sep 2018 18:40:41 +0200 Subject: [PATCH] Adjust installation after release of 5.7 --- installation.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/installation.md b/installation.md index 3ae9a7e16..0a48741d0 100644 --- a/installation.md +++ b/installation.md @@ -56,7 +56,7 @@ Once installed, the `laravel new` command will create a fresh Laravel installati Alternatively, you may also install Laravel by issuing the Composer `create-project` command in your terminal: - composer create-project --prefer-dist laravel/laravel blog + composer create-project --prefer-dist laravel/laravel blog "5.6.*" #### Local Development Server