File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -60,11 +60,11 @@ Distribution:
60
60
61
61
.. code-block :: bash
62
62
63
- php composer.phar create-project symfony/framework-standard-edition /path/to/webroot/Symfony 2.1.x- dev
63
+ php composer.phar create-project symfony/framework-standard-edition /path/to/webroot/Symfony dev-master
64
64
65
65
.. tip ::
66
66
67
- For an exact version, replace `2.1.x- dev ` with the latest Symfony version
67
+ For an exact version, replace `dev-master ` with the latest Symfony version
68
68
(e.g. 2.1.1). For details, see the `Symfony Installation Page `_
69
69
70
70
This command may take several minutes to run as Composer download the Standard
Original file line number Diff line number Diff line change @@ -59,12 +59,12 @@ have a ``Symfony/`` directory that looks like this:
59
59
60
60
.. code-block :: bash
61
61
62
- $ composer.phar create-project symfony/framework-standard-edition path/to/install 2.1.x- dev
62
+ $ composer.phar create-project symfony/framework-standard-edition path/to/install dev-master
63
63
64
64
# remove the Git history
65
65
$ rm -rf .git
66
66
67
- For an exact version, replace `2.1.x- dev ` with the latest Symfony version
67
+ For an exact version, replace `dev-master ` with the latest Symfony version
68
68
(e.g. 2.1.1). For details, see the `Symfony Installation Page `_
69
69
70
70
.. tip ::
You can’t perform that action at this time.
0 commit comments