Skip to content

Commit 06f06a4

Browse files
Update the_big_picture.rst
Require server (symfony/web-server-bundle) only for dev
1 parent 548360a commit 06f06a4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

quick_tour/the_big_picture.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ Install and run it with:
4747

4848
.. code-block:: terminal
4949
50-
$ composer require server
50+
$ composer require server --dev
5151
$ php bin/console server:start
5252
5353
Try your new app by going to ``http://localhost:8000`` in a browser!

0 commit comments

Comments
 (0)