Skip to content

Commit 3027b71

Browse files
authored
Make require as a dev dependency
1 parent 6bd7ba2 commit 3027b71

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup/built_in_web_server.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ First, execute this command:
2727
.. code-block:: terminal
2828
2929
$ cd your-project/
30-
$ composer require symfony/web-server-bundle
30+
$ composer require --dev symfony/web-server-bundle
3131
3232
Then, enable the bundle in the kernel of the application::
3333

0 commit comments

Comments
 (0)