Skip to content

Commit 688d41d

Browse files
committed
Merge branch '5.4' into 6.0
* 5.4: Update setup.rst - Symfony 5.4
2 parents d25e0c2 + f3eca99 commit 688d41d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -271,14 +271,14 @@ stable version. If you want to use an LTS version, add the ``--version`` option:
271271
$ symfony new my_project_name --version=next
272272
273273
# you can also select an exact specific Symfony version
274-
$ symfony new my_project_name --version=4.4
274+
$ symfony new my_project_name --version=5.4
275275
276276
The ``lts`` and ``next`` shortcuts are only available when using Symfony to
277277
create new projects. If you use Composer, you need to tell the exact version:
278278

279279
.. code-block:: terminal
280280
281-
$ composer create-project symfony/website-skeleton:"^4.4" my_project_name
281+
$ composer create-project symfony/website-skeleton:"^5.4" my_project_name
282282
283283
The Symfony Demo application
284284
----------------------------

0 commit comments

Comments
 (0)