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.
2 parents b8687dd + 6606698 commit e9e57ceCopy full SHA for e9e57ce
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.5.*
+ $ php composer.phar create-project symfony/framework-standard-edition /path/to/webroot/Symfony '2.5.*'
61
62
.. tip::
63
cookbook/workflow/new_project_git.rst
@@ -24,7 +24,7 @@ git repository:
24
25
26
27
- $ php composer.phar create-project symfony/framework-standard-edition path/ ~2.3
+ $ php composer.phar create-project symfony/framework-standard-edition path/ '~2.3'
28
29
Composer will now download the Standard Distribution along with all of the
30
required vendor libraries. For more information about downloading Symfony using
0 commit comments