Skip to content
This repository was archived by the owner on Nov 27, 2020. It is now read-only.

Commit 3114365

Browse files
author
Daniel Nieto
committed
Update README.md
If you don't include the version of the Symfony's installation, you'll get an error if you try to install with composer.
1 parent 807776d commit 3114365

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,9 @@ http://getcomposer.org/ or just run the following command:
2626

2727
Then, use the `create-project` command to generate a new Symfony application:
2828

29-
php composer.phar create-project symfony/framework-standard-edition path/to/install
29+
php composer.phar create-project symfony/framework-standard-edition path/to/install 2.1.x-dev
30+
31+
For an exact version, replace 2.1.x-dev with the latest Symfony version (e.g. 2.1.1).
3032

3133
Composer will install Symfony and all its dependencies under the
3234
`path/to/install` directory.

0 commit comments

Comments
 (0)