File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Top Open diff view settings Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Top Open diff view settings Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ git repository:
2626
2727 .. code-block :: bash
2828
29- $ php composer.phar create-project symfony/framework-standard-edition path/ ' ~2.3'
29+ $ php composer.phar create-project symfony/framework-standard-edition path/ " ~2.3"
3030
3131 Composer will now download the Standard Distribution along with all of the
3232 required vendor libraries. For more information about downloading Symfony using
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ directory:
2020
2121.. code-block :: bash
2222
23- $ composer create-project symfony/framework-standard-edition myproject/ ' ~2.3'
23+ $ composer create-project symfony/framework-standard-edition myproject/ " ~2.3"
2424
2525 .. note ::
2626
You can’t perform that action at this time.
0 commit comments