File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -59,7 +59,7 @@ Distribution:
59
59
60
60
.. code-block :: bash
61
61
62
- $ php composer.phar create-project symfony/framework-standard-edition /path/to/webroot/Symfony ' ~2.5 '
62
+ $ php composer.phar create-project symfony/framework-standard-edition /path/to/webroot/Symfony ' ~2.6 '
63
63
64
64
.. tip ::
65
65
@@ -112,10 +112,10 @@ one of the following commands (replacing ``###`` with your actual filename):
112
112
.. code-block :: bash
113
113
114
114
# for .tgz file
115
- $ tar zxvf Symfony_Standard_Vendors_2.5 .# ##.tgz
115
+ $ tar zxvf Symfony_Standard_Vendors_2.6 .# ##.tgz
116
116
117
117
# for a .zip file
118
- $ unzip Symfony_Standard_Vendors_2.5 .# ##.zip
118
+ $ unzip Symfony_Standard_Vendors_2.6 .# ##.zip
119
119
120
120
If you've downloaded "without vendors", you'll definitely need to read the
121
121
next section.
You can’t perform that action at this time.
0 commit comments