File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ git repository:
26
26
27
27
.. code-block :: bash
28
28
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"
30
30
31
31
Composer will now download the Standard Distribution along with all of the
32
32
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:
20
20
21
21
.. code-block :: bash
22
22
23
- $ composer create-project symfony/framework-standard-edition myproject/ ' ~2.3'
23
+ $ composer create-project symfony/framework-standard-edition myproject/ " ~2.3"
24
24
25
25
.. note ::
26
26
You can’t perform that action at this time.
0 commit comments