Skip to content

Commit

Permalink
minor #3882 change version numbers in installation notes to be in lin…
Browse files Browse the repository at this point in the history
…e with the docu... (xabbuh)

This PR was submitted for the master branch but it was merged into the 2.5 branch instead (closes #3882).

Discussion
----------

change version numbers in installation notes to be in line with the docu...

...mented Symfony version

| Q             | A
| ------------- | ---
| Doc fix?      | yes
| New docs?     | no
| Applies to    | 2.5
| Fixed tickets |

This PR updates the version constraints in the installation instructions as described [here](http://symfony.com/doc/current/contributing/documentation/overview.html#when-a-new-branch-is-created-for-a-release):

> Change all version and master references to the correct version (e.g. 2.3). For example, in installation chapters, we reference the version you should use for installation. As an example, see the changes made in PR #2688.

Commits
-------

f77392a change version numbers in installation notes to be in line with the documented Symfony version
  • Loading branch information
weaverryan committed Jun 8, 2014
2 parents bfd8488 + c24d262 commit df9f31a
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 @@ -57,7 +57,7 @@ Distribution:

.. code-block:: bash
$ php composer.phar create-project symfony/framework-standard-edition /path/to/webroot/Symfony dev-master
$ php composer.phar create-project symfony/framework-standard-edition /path/to/webroot/Symfony 2.5.*
.. tip::

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

0 comments on commit df9f31a

Please sign in to comment.