From 1ea1f497bea83d62357ba0e81fa29edafb734f52 Mon Sep 17 00:00:00 2001 From: Marek Pietrzak Date: Fri, 26 Jan 2018 15:38:04 +0000 Subject: [PATCH] Add `--dev` to composer require server suggestion Current advice results with adding `"symfony/web-server-bundle"` into `require` section in composer.json. We should advice `composer require server --dev` in order to add `"symfony/web-server-bundle"` into `require-dev` section in composer.json --- symfony/framework-bundle/3.3/post-install.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/symfony/framework-bundle/3.3/post-install.txt b/symfony/framework-bundle/3.3/post-install.txt index dac4b650..149e7f7b 100644 --- a/symfony/framework-bundle/3.3/post-install.txt +++ b/symfony/framework-bundle/3.3/post-install.txt @@ -8,6 +8,6 @@ 3. Browse to the http://localhost:8000/ URL. Quit the server with CTRL-C. - Run composer require server for a better web server. + Run composer require server --dev for a better web server. * Read the documentation at https://symfony.com/doc