Skip to content

Commit a44b5cc

Browse files
committed
minor #16592 Fix Symfony installation commands for 6.1 version (javiereguiluz)
This PR was merged into the 6.1 branch. Discussion ---------- Fix Symfony installation commands for 6.1 version Fixes #16551. Commits ------- b9862d0 Fix Symfony installation commands for 6.1 version
2 parents 7a37327 + b9862d0 commit a44b5cc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.rst

+2-2
Original file line numberDiff line numberDiff line change
@@ -49,10 +49,10 @@ application:
4949
.. code-block:: terminal
5050
5151
# run this if you are building a traditional web application
52-
$ symfony new my_project_directory --version=6.1 --webapp
52+
$ symfony new my_project_directory --version=next --webapp
5353
5454
# run this if you are building a microservice, console application or API
55-
$ symfony new my_project_directory --version=6.1
55+
$ symfony new my_project_directory --version=next
5656
5757
The only difference between these two commands is the number of packages
5858
installed by default. The ``--webapp`` option installs all the packages that you

0 commit comments

Comments
 (0)