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:
5959
6060.. code-block :: bash
6161
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 '
6363
6464 .. tip ::
6565
@@ -112,10 +112,10 @@ one of the following commands (replacing ``###`` with your actual filename):
112112.. code-block :: bash
113113
114114 # for .tgz file
115- $ tar zxvf Symfony_Standard_Vendors_2.5 .# ##.tgz
115+ $ tar zxvf Symfony_Standard_Vendors_2.6 .# ##.tgz
116116
117117 # for a .zip file
118- $ unzip Symfony_Standard_Vendors_2.5 .# ##.zip
118+ $ unzip Symfony_Standard_Vendors_2.6 .# ##.zip
119119
120120 If you've downloaded "without vendors", you'll definitely need to read the
121121next section.
You can’t perform that action at this time.
0 commit comments