Skip to content

Commit 94d4451

Browse files
committed
Merge branch '5.0'
* 5.0: Update setup.rst
2 parents 65c1cb2 + 966c531 commit 94d4451

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

setup.rst

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -243,6 +243,16 @@ stable version. If you want to use an LTS version, add the ``--version`` option:
243243
# use the 'next' Symfony version to be released (still in development)
244244
$ symfony new my_project_name --version=next
245245
246+
# you can also select an exact specific Symfony version
247+
$ symfony new my_project_name --version=4.4
248+
249+
The ``lts`` and ``next`` shortcuts are only available when using Symfony to
250+
create new projects. If you use Composer, you need to tell the exact version:
251+
252+
.. code-block:: terminal
253+
254+
$ composer create-project symfony/website-skeleton:^4.4 my_project_name
255+
246256
The Symfony Demo application
247257
----------------------------
248258

0 commit comments

Comments
 (0)