Skip to content

Commit 786096e

Browse files
committed
Update Symfony version to 3.0
1 parent bfc54c6 commit 786096e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

book/installation.rst

+3-3
Original file line numberDiff line numberDiff line change
@@ -97,15 +97,15 @@ optional second argument of the ``new`` command:
9797
.. code-block:: bash
9898
9999
# use the most recent version in any Symfony branch
100-
$ symfony new my_project_name 2.6
101100
$ symfony new my_project_name 2.8
101+
$ symfony new my_project_name 3.0
102102
103103
# use a specific Symfony version
104104
$ symfony new my_project_name 2.7.3
105105
$ symfony new my_project_name 2.8.1
106106
107107
# use a beta or RC version (useful for testing new Symfony versions)
108-
$ symfony new my_project 2.8.0-BETA1
108+
$ symfony new my_project 3.0.0-BETA1
109109
$ symfony new my_project 2.7.0-RC1
110110
111111
The installer also supports a special version called ``lts`` which installs the
@@ -152,7 +152,7 @@ version as the second argument of the ``create-project`` command:
152152

153153
.. code-block:: bash
154154
155-
$ composer create-project symfony/framework-standard-edition my_project_name "2.8.*"
155+
$ composer create-project symfony/framework-standard-edition my_project_name "3.0.*"
156156
157157
.. tip::
158158

0 commit comments

Comments
 (0)