Skip to content

Commit 01fb9f2

Browse files
committed
bug #4093 See #4091 (dannykopping)
This PR was submitted for the master branch but it was merged into the 2.3 branch instead (closes #4093). Discussion ---------- See #4091 Commits ------- 5214cb4 See #4091
2 parents 665c091 + 5d00d54 commit 01fb9f2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cookbook/workflow/new_project_git.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ git repository:
2424

2525
.. code-block:: bash
2626
27-
$ php composer.phar create-project symfony/framework-standard-edition path/ ~2.3
27+
$ php composer.phar create-project symfony/framework-standard-edition path/ '~2.3'
2828
2929
Composer will now download the Standard Distribution along with all of the
3030
required vendor libraries. For more information about downloading Symfony using

0 commit comments

Comments
 (0)