File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -57,11 +57,11 @@ 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.2 .0
60
+ php composer.phar create-project symfony/framework-standard-edition /path/to/webroot/Symfony 2.3 .0
61
61
62
62
.. tip ::
63
63
64
- For an exact version, replace `2.2 .0 ` with the latest Symfony version
64
+ For an exact version, replace `2.3 .0 ` with the latest Symfony version
65
65
(e.g. 2.2.1). For details, see the `Symfony Installation Page `_
66
66
67
67
.. tip ::
@@ -109,10 +109,10 @@ one of the following commands (replacing ``###`` with your actual filename):
109
109
.. code-block :: bash
110
110
111
111
# for .tgz file
112
- $ tar zxvf Symfony_Standard_Vendors_2.2 .# ##.tgz
112
+ $ tar zxvf Symfony_Standard_Vendors_2.3 .# ##.tgz
113
113
114
114
# for a .zip file
115
- $ unzip Symfony_Standard_Vendors_2.2 .# ##.zip
115
+ $ unzip Symfony_Standard_Vendors_2.3 .# ##.zip
116
116
117
117
If you've downloaded "without vendors", you'll definitely need to read the
118
118
next section.
Original file line number Diff line number Diff line change @@ -76,12 +76,12 @@ 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.2 .0
79
+ $ composer.phar create-project symfony/framework-standard-edition path/to/install 2.3 .0
80
80
81
81
# remove the Git history
82
82
$ rm -rf .git
83
83
84
- For an exact version, replace `2.2 .0 ` with the latest Symfony version
84
+ For an exact version, replace `2.3 .0 ` with the latest Symfony version
85
85
(e.g. 2.1.1). For details, see the `Symfony Installation Page `_
86
86
87
87
.. tip ::
You can’t perform that action at this time.
0 commit comments