Thanks to visit codestin.com Credit goes to github.com
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 665c091 commit 5d00d54Copy full SHA for 5d00d54
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