From 3027b71a2cf49e8a7aef2a81b29093b9784364c1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Th=C3=A9o=20FIDRY?= Date: Mon, 1 Jan 2018 23:48:52 +0100 Subject: [PATCH] Make require as a dev dependency --- setup/built_in_web_server.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup/built_in_web_server.rst b/setup/built_in_web_server.rst index b05c44d97b4..4d09b93a625 100644 --- a/setup/built_in_web_server.rst +++ b/setup/built_in_web_server.rst @@ -27,7 +27,7 @@ First, execute this command: .. code-block:: terminal $ cd your-project/ - $ composer require symfony/web-server-bundle + $ composer require --dev symfony/web-server-bundle Then, enable the bundle in the kernel of the application::