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 488fbb2 commit 5214cb4Copy full SHA for 5214cb4
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
0 commit comments