File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff 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
6363installed 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
7878will create a new ``my_project_name/ `` directory, download some dependencies
You can’t perform that action at this time.
0 commit comments