Skip to content

Commit 1c9270d

Browse files
committed
minor #4568 Update Symfony reference to 2.6 version (dangarzon)
This PR was merged into the 2.6 branch. Discussion ---------- Update Symfony reference to 2.6 version | Q | A | ------------- | --- | Doc fix? | yes | New docs? | no | Applies to | 2.6 only | Fixed tickets | It's a bit unpractical having to update the version by hand each time a mayor version is released... and hard to remember. Can this be resolved with a parameter (or something similar) common to the whole documentation?? Commits ------- 27cb445 Update Symfony reference to 2.6 version
2 parents 0212a98 + 27cb445 commit 1c9270d

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)