Skip to content

Commit

Permalink
minor #4568 Update Symfony reference to 2.6 version (dangarzon)
Browse files Browse the repository at this point in the history
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
  • Loading branch information
weaverryan committed Dec 7, 2014
2 parents 0212a98 + 27cb445 commit 1c9270d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions book/installation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ Distribution:

.. code-block:: bash
$ php composer.phar create-project symfony/framework-standard-edition /path/to/webroot/Symfony '~2.5'
$ php composer.phar create-project symfony/framework-standard-edition /path/to/webroot/Symfony '~2.6'
.. tip::

Expand Down Expand Up @@ -112,10 +112,10 @@ one of the following commands (replacing ``###`` with your actual filename):
.. code-block:: bash
# for .tgz file
$ tar zxvf Symfony_Standard_Vendors_2.5.###.tgz
$ tar zxvf Symfony_Standard_Vendors_2.6.###.tgz
# for a .zip file
$ unzip Symfony_Standard_Vendors_2.5.###.zip
$ unzip Symfony_Standard_Vendors_2.6.###.zip
If you've downloaded "without vendors", you'll definitely need to read the
next section.
Expand Down

0 comments on commit 1c9270d

Please sign in to comment.