We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9dd3a77 commit ac4d9cdCopy full SHA for ac4d9cd
cookbook/workflow/new_project_git.rst
@@ -26,7 +26,7 @@ git repository:
26
27
.. code-block:: bash
28
29
- $ php composer.phar create-project symfony/framework-standard-edition path/ '~2.3'
+ $ php composer.phar create-project symfony/framework-standard-edition path/ "~2.3"
30
31
Composer will now download the Standard Distribution along with all of the
32
required vendor libraries. For more information about downloading Symfony using
quick_tour/the_big_picture.rst
@@ -20,7 +20,7 @@ directory:
20
21
22
23
- $ composer create-project symfony/framework-standard-edition myproject/ '~2.3'
+ $ composer create-project symfony/framework-standard-edition myproject/ "~2.3"
24
25
.. note::
0 commit comments