This repository was archived by the owner on Sep 16, 2021. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -60,7 +60,7 @@ and then get the Symfony CMF code with it (this may take a while):
60
60
61
61
.. code-block :: bash
62
62
63
- $ composer create-project symfony-cmf/standard-edition < path-to-install> ~ 1.2
63
+ $ composer create-project symfony-cmf/standard-edition < path-to-install> ' ~1.2'
64
64
$ cd < path-to-install>
65
65
66
66
.. note ::
Original file line number Diff line number Diff line change @@ -48,7 +48,7 @@ and then get the Symfony CMF code with it (this may take a while):
48
48
49
49
.. code-block :: bash
50
50
51
- $ composer create-project --no-install symfony-cmf/sandbox < path-to-install> ~ 1.2
51
+ $ composer create-project --no-install symfony-cmf/sandbox < path-to-install> ' ~1.2'
52
52
$ cd < path-to-install>
53
53
54
54
Getting the Sandbox Code: GIT
Original file line number Diff line number Diff line change @@ -45,7 +45,7 @@ The best way to download the Symfony CMF Standard Edition is using Composer_:
45
45
46
46
.. code-block :: bash
47
47
48
- $ composer create-project symfony-cmf/standard-edition cmf ~ 1.2
48
+ $ composer create-project symfony-cmf/standard-edition cmf ' ~1.2'
49
49
50
50
Setting up the Database
51
51
~~~~~~~~~~~~~~~~~~~~~~~
You can’t perform that action at this time.
0 commit comments