From cc27dad4e28070b0f6fdffa644c80319947bd0cb Mon Sep 17 00:00:00 2001 From: Hamza Amrouche Date: Fri, 26 Apr 2019 09:53:56 +0200 Subject: [PATCH] feature: deprecate WebserverBundle and remove it from the recipe message --- symfony/framework-bundle/4.2/post-install.txt | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/symfony/framework-bundle/4.2/post-install.txt b/symfony/framework-bundle/4.2/post-install.txt index dba20f82..f2f7cf94 100644 --- a/symfony/framework-bundle/4.2/post-install.txt +++ b/symfony/framework-bundle/4.2/post-install.txt @@ -5,7 +5,6 @@ * Run your application: 1. Go to the project directory 2. Create your code repository with the git init command - 3. Download the Symfony CLI at https://symfony.com/download to install a development web server, - or run composer require server --dev for a minimalist one + 3. Download the Symfony CLI at https://symfony.com/download to install a development web server * Read the documentation at https://symfony.com/doc