Skip to content

Commit 07d573d

Browse files
committed
minor #8957 Make require as a dev dependency (theofidry)
This PR was merged into the 3.3 branch. Discussion ---------- Make require as a dev dependency Commits ------- 3027b71 Make require as a dev dependency
2 parents 6b5c39c + 3027b71 commit 07d573d

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)