File tree Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -57,12 +57,12 @@ Distribution:
57
57
58
58
.. code-block :: bash
59
59
60
- php composer.phar create-project symfony/framework-standard-edition /path/to/webroot/Symfony 2.3.0
60
+ php composer.phar create-project symfony/framework-standard-edition /path/to/webroot/Symfony 2.3.*
61
61
62
62
.. tip ::
63
63
64
- For an exact version, replace ` 2.3.0 ` with the latest Symfony version
65
- (e.g. 2.2.1). For details, see the `Symfony Installation Page `_
64
+ For an exact version, replace " 2.3.0" with the latest Symfony version.
65
+ For details, see the `Symfony Installation Page `_
66
66
67
67
.. tip ::
68
68
Original file line number Diff line number Diff line change @@ -76,13 +76,13 @@ have a ``Symfony/`` directory that looks like this:
76
76
77
77
.. code-block :: bash
78
78
79
- $ composer.phar create-project symfony/framework-standard-edition path/to/install 2.3.0
79
+ $ composer.phar create-project symfony/framework-standard-edition path/to/install 2.3.*
80
80
81
81
# remove the Git history
82
82
$ rm -rf .git
83
-
84
- For an exact version, replace ` 2.3.0 ` with the latest Symfony version
85
- (e.g. 2.1.1). For details, see the `Symfony Installation Page `_
83
+
84
+ For an exact version, replace " 2.3.0" with the latest Symfony version.
85
+ For details, see the `Symfony Installation Page `_
86
86
87
87
.. tip ::
88
88
You can’t perform that action at this time.
0 commit comments