Skip to content

Commit

Permalink
Update Symfony version to 3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
wouterj committed Dec 18, 2015
1 parent bfc54c6 commit 786096e
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 @@ -97,15 +97,15 @@ optional second argument of the ``new`` command:
.. code-block:: bash
# use the most recent version in any Symfony branch
$ symfony new my_project_name 2.6
$ symfony new my_project_name 2.8
$ symfony new my_project_name 3.0
# use a specific Symfony version
$ symfony new my_project_name 2.7.3
$ symfony new my_project_name 2.8.1
# use a beta or RC version (useful for testing new Symfony versions)
$ symfony new my_project 2.8.0-BETA1
$ symfony new my_project 3.0.0-BETA1
$ symfony new my_project 2.7.0-RC1
The installer also supports a special version called ``lts`` which installs the
Expand Down Expand Up @@ -152,7 +152,7 @@ version as the second argument of the ``create-project`` command:

.. code-block:: bash
$ composer create-project symfony/framework-standard-edition my_project_name "2.8.*"
$ composer create-project symfony/framework-standard-edition my_project_name "3.0.*"
.. tip::

Expand Down

0 comments on commit 786096e

Please sign in to comment.