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 8f3a261 + e9e57ce commit 2f85518Copy full SHA for 2f85518
cookbook/workflow/new_project_git.rst
@@ -24,7 +24,7 @@ git repository:
24
25
.. code-block:: bash
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
quick_tour/the_big_picture.rst
@@ -18,7 +18,7 @@ directory:
18
19
20
21
- $ composer create-project symfony/framework-standard-edition myproject/ ~2.5
+ $ composer create-project symfony/framework-standard-edition myproject/ '~2.5'
22
23
.. note::
0 commit comments