Skip to content

Commit f2c35c2

Browse files
committed
Merge pull request #20 from dantleech/dev
Added --stability dev to create-project
2 parents 993fe5d + e5651e5 commit f2c35c2

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,9 @@
99

1010
## Get the code
1111

12+
1213
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
1415

1516
This will fetch the main project and all it's dependencies.
1617

@@ -61,4 +62,4 @@ https://github.com/symfony-cmf/symfony-cmf-standard/blob/master/app/config/param
6162
This will enable caching of storage API lookups into the file system. However it can easily be
6263
configured to instead use any of the caching backends supported by Doctrine Common and exposed
6364
by LiipDoctrineCacheBundle:
64-
https://github.com/liip/LiipDoctrineCacheBundle
65+
https://github.com/liip/LiipDoctrineCacheBundle

0 commit comments

Comments
 (0)