Skip to content

Commit

Permalink
Merge branch '4.4' into 5.0
Browse files Browse the repository at this point in the history
* 4.4:
  Update setup.rst
  • Loading branch information
javiereguiluz committed Dec 9, 2019
2 parents 9ec327d + 9d7dd51 commit 966c531
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions setup.rst
Original file line number Diff line number Diff line change
Expand Up @@ -243,6 +243,16 @@ stable version. If you want to use an LTS version, add the ``--version`` option:
# use the 'next' Symfony version to be released (still in development)
$ symfony new my_project_name --version=next
# you can also select an exact specific Symfony version
$ symfony new my_project_name --version=4.4
The ``lts`` and ``next`` shortcuts are only available when using Symfony to
create new projects. If you use Composer, you need to tell the exact version:

.. code-block:: terminal
$ composer create-project symfony/website-skeleton:^4.4 my_project_name
The Symfony Demo application
----------------------------

Expand Down

0 comments on commit 966c531

Please sign in to comment.