Skip to content

Commit 27cb445

Browse files
committed
Update Symfony reference to 2.6 version
Update Symfony reference to from 2.5 to 2.6 version
1 parent ffd8d78 commit 27cb445

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

book/installation.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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
121121
next section.

0 commit comments

Comments
 (0)