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::