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 @@ -48,10 +48,10 @@ application:
4848.. code-block :: terminal
4949
5050 # run this if you are building a traditional web application
51- $ symfony new my_project_directory --version="7.3 .x-dev" --webapp
51+ $ symfony new my_project_directory --version="8.0 .x-dev" --webapp
5252
5353 # run this if you are building a microservice, console application or API
54- $ symfony new my_project_directory --version="7.3 .x-dev"
54+ $ symfony new my_project_directory --version="8.0 .x-dev"
5555
5656 The only difference between these two commands is the number of packages
5757installed by default. The ``--webapp `` option installs extra packages to give
@@ -63,12 +63,12 @@ Symfony application using Composer:
6363.. code-block :: terminal
6464
6565 # run this if you are building a traditional web application
66- $ composer create-project symfony/skeleton:"7.3 .x-dev" my_project_directory
66+ $ composer create-project symfony/skeleton:"8.0 .x-dev" my_project_directory
6767 $ cd my_project_directory
6868 $ composer require webapp
6969
7070 # run this if you are building a microservice, console application or API
71- $ composer create-project symfony/skeleton:"7.3 .x-dev" my_project_directory
71+ $ composer create-project symfony/skeleton:"8.0 .x-dev" my_project_directory
7272
7373 No matter which command you run to create the Symfony application. All of them
7474will create a new ``my_project_directory/ `` directory, download some dependencies
You can’t perform that action at this time.
0 commit comments