File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change 9
9
10
10
## Get the code
11
11
12
+
12
13
curl -s http://getcomposer.org/installer | php --
13
- php composer.phar create-project symfony-cmf/standard-edition path/to/install
14
+ php composer.phar create-project --stability dev symfony-cmf/standard-edition path/to/install
14
15
15
16
This will fetch the main project and all it's dependencies.
16
17
@@ -61,4 +62,4 @@ https://github.com/symfony-cmf/symfony-cmf-standard/blob/master/app/config/param
61
62
This will enable caching of storage API lookups into the file system. However it can easily be
62
63
configured to instead use any of the caching backends supported by Doctrine Common and exposed
63
64
by LiipDoctrineCacheBundle:
64
- https://github.com/liip/LiipDoctrineCacheBundle
65
+ https://github.com/liip/LiipDoctrineCacheBundle
You can’t perform that action at this time.
0 commit comments