We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7bf21c2 commit 6212968Copy full SHA for 6212968
quick_tour/the_big_picture.rst
@@ -61,12 +61,11 @@ have a ``Symfony/`` directory that looks like this:
61
.. note::
62
63
If you are familiar with `Composer`_, you can download Composer and then
64
- run the following command instead of downloading the archive (replacing
65
- ``2.3.0`` with the latest Symfony release like ``2.3.1``):
+ run the following command instead of downloading the archive:
66
67
.. code-block:: bash
68
69
- $ php composer.phar create-project symfony/framework-standard-edition Symfony 2.3.*
+ $ php composer.phar create-project symfony/framework-standard-edition Symfony 2.4.*
70
71
.. _`quick-tour-big-picture-built-in-server`:
72
0 commit comments