Skip to content

Commit b138a50

Browse files
committed
feature #5032 Minor improvement for symfony-installer with LTS (94noni)
This PR was submitted for the 2.6 branch but it was merged into the 2.3 branch instead (closes #5032). Discussion ---------- Minor improvement for symfony-installer with LTS Minor improvement for symfony-installer with LTS based on the symfony-installer PR symfony/symfony-installer#105 Commits ------- 18c08f3 Better wording 8e41e73 Minor improvement for symfony-installer with LTS
2 parents 42c9f53 + 18c08f3 commit b138a50

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

book/installation.rst

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -98,6 +98,17 @@ number as the second argument of the ``new`` command:
9898
# Windows
9999
c:\projects\> php symfony.phar new my_project_name 2.3.23
100100
101+
If you want your project to be based on the latest Symfony LTS version, pass
102+
``lts`` as the second argument of the ``new`` command:
103+
104+
.. code-block:: bash
105+
106+
# Linux, Mac OS X
107+
$ symfony new my_project_name lts
108+
109+
# Windows
110+
c:\projects\> php symfony.phar new my_project_name lts
111+
101112
Read the :doc:`Symfony Release process </contributing/community/releases>`
102113
to better understand why there are several Symfony versions and which one
103114
to use for your projects.

0 commit comments

Comments
 (0)