File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -65,10 +65,10 @@ Symfony application using Composer:
6565.. code-block :: terminal
6666
6767 # run this if you are building a traditional web application
68- $ composer create-project symfony/website-skeleton:"5.3 .x@dev" my_project_name
68+ $ composer create-project symfony/website-skeleton:"6.0 .x@dev" my_project_name
6969
7070 # run this if you are building a microservice, console application or API
71- $ composer create-project symfony/skeleton:"5.3 .x@dev" my_project_name
71+ $ composer create-project symfony/skeleton:"6.0 .x@dev" my_project_name
7272
7373 No matter which command you run to create the Symfony application. All of them
7474will create a new ``my_project_name/ `` directory, download some dependencies
You can’t perform that action at this time.
0 commit comments