We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see ourdocumentation.
There was an error while loading.Please reload this page.
1 parent821a1b4 commit986e876Copy full SHA for 986e876
book/installation.rst
@@ -57,7 +57,7 @@ Distribution:
57
58
..code-block::bash
59
60
- $ php composer.phar create-project symfony/framework-standard-edition /path/to/webroot/Symfony 2.3.*
+ $ php composer.phar create-project symfony/framework-standard-edition /path/to/webroot/Symfony 2.4.*
61
62
..tip::
63
@@ -104,10 +104,10 @@ one of the following commands (replacing ``###`` with your actual filename):
104
105
106
# for .tgz file
107
- $ tar zxvf Symfony_Standard_Vendors_2.3.###.tgz
+ $ tar zxvf Symfony_Standard_Vendors_2.4.###.tgz
108
109
# for a .zip file
110
- $ unzip Symfony_Standard_Vendors_2.3.###.zip
+ $ unzip Symfony_Standard_Vendors_2.4.###.zip
111
112
If you've downloaded "without vendors", you'll definitely need to read the
113
next section.