Skip to content

Commit 200bf94

Browse files
committed
minor #16175 Update setup.rst - Symfony 6.0 (BahmanMD)
This PR was squashed before being merged into the 6.0 branch. Discussion ---------- Update setup.rst - Symfony 6.0 Commits ------- 01d3ba4 Update setup.rst - Symfony 6.0
2 parents 688d41d + 01d3ba4 commit 200bf94

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="6.0.x@dev" --full
57+
$ symfony new my_project_name --full
5858
5959
# run this if you are building a microservice, console application or API
60-
$ symfony new my_project_name --version="6.0.x@dev"
60+
$ symfony new my_project_name
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:"6.0.x@dev" my_project_name
72+
$ composer create-project symfony/website-skeleton my_project_name
7373
7474
# run this if you are building a microservice, console application or API
75-
$ composer create-project symfony/skeleton:"6.0.x@dev" my_project_name
75+
$ composer create-project symfony/skeleton 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)