File tree 3 files changed +3
-3
lines changed
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -57,7 +57,7 @@ Distribution:
57
57
58
58
.. code-block :: bash
59
59
60
- $ php composer.phar create-project symfony/framework-standard-edition /path/to/webroot/Symfony 2.4.*
60
+ $ php composer.phar create-project symfony/framework-standard-edition /path/to/webroot/Symfony ' 2.4.*'
61
61
62
62
.. tip ::
63
63
Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ git repository:
24
24
25
25
.. code-block :: bash
26
26
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'
28
28
29
29
Composer will now download the Standard Distribution along with all of the
30
30
required vendor libraries. For more information about downloading Symfony using
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ directory:
18
18
19
19
.. code-block :: bash
20
20
21
- $ composer create-project symfony/framework-standard-edition myproject/ ~ 2.4
21
+ $ composer create-project symfony/framework-standard-edition myproject/ ' ~2.4'
22
22
23
23
.. note ::
24
24
You can’t perform that action at this time.
0 commit comments