8000
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 01fb9f2 commit 780a519Copy full SHA for 780a519
book/installation.rst
@@ -57,7 +57,7 @@ Distribution:
57
58
.. code-block:: bash
59
60
- $ php composer.phar create-project symfony/framework-standard-edition /path/to/webroot/Symfony 2.3.*
+ $ php composer.phar create-project symfony/framework-standard-edition /path/to/webroot/Symfony '2.3.*'
61
62
.. tip::
63
quick_tour/the_big_picture.rst
@@ -18,7 +18,7 @@ directory:
18
19
20
21
- $ composer create-project symfony/framework-standard-edition myproject/ ~2.4
+ $ composer create-project symfony/framework-standard-edition myproject/ '~2.4'
22
23
.. note::
24
0 commit comments