Skip to content

Commit

Permalink
feature #5032 Minor improvement for symfony-installer with LTS (94noni)
Browse files Browse the repository at this point in the history
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
  • Loading branch information
weaverryan committed Mar 14, 2015
2 parents 42c9f53 + 18c08f3 commit b138a50
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions book/installation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,17 @@ number as the second argument of the ``new`` command:
# Windows
c:\projects\> php symfony.phar new my_project_name 2.3.23
If you want your project to be based on the latest Symfony LTS version, pass
``lts`` as the second argument of the ``new`` command:

.. code-block:: bash
# Linux, Mac OS X
$ symfony new my_project_name lts
# Windows
c:\projects\> php symfony.phar new my_project_name lts
Read the :doc:`Symfony Release process </contributing/community/releases>`
to better understand why there are several Symfony versions and which one
to use for your projects.
Expand Down

0 comments on commit b138a50

Please sign in to comment.