Skip to content

Commit 0709b7b

Browse files
committed
bug #8913 Update the_big_picture.rst (juanmiguelbesada)
This PR was merged into the 4.0 branch. Discussion ---------- Update the_big_picture.rst Require server (symfony/web-server-bundle) only for dev Commits ------- 06f06a4 Update the_big_picture.rst
2 parents 44d787d + 06f06a4 commit 0709b7b

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)