Skip to content

Commit c10e3d8

Browse files
BahmanMDjaviereguiluz
authored andcommitted
Update setup.rst (Symfony 5.4)
1 parent dcef35e commit c10e3d8

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

setup.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -54,10 +54,10 @@ application:
5454
.. code-block:: terminal
5555
5656
# run this if you are building a traditional web application
57-
$ symfony new my_project_name --version=5.3 --full
57+
$ symfony new my_project_name --version=5.4 --full
5858
5959
# run this if you are building a microservice, console application or API
60-
$ symfony new my_project_name --version=5.3
60+
$ symfony new my_project_name --version=5.4
6161
6262
The only difference between these two commands is the number of packages
6363
installed by default. The ``--full`` option installs all the packages that you
@@ -69,10 +69,10 @@ Symfony application using Composer:
6969
.. code-block:: terminal
7070
7171
# run this if you are building a traditional web application
72-
$ composer create-project symfony/website-skeleton:"^5.3" my_project_name
72+
$ composer create-project symfony/website-skeleton:"^5.4" my_project_name
7373
7474
# run this if you are building a microservice, console application or API
75-
$ composer create-project symfony/skeleton:"^5.3" my_project_name
75+
$ composer create-project symfony/skeleton:"^5.4" my_project_name
7676
7777
No matter which command you run to create the Symfony application. All of them
7878
will create a new ``my_project_name/`` directory, download some dependencies

0 commit comments

Comments
 (0)