Skip to content

Commit 5493056

Browse files
committed
Merge branch '5.4' into 6.0
* 5.4: Update setup.rst for V5.4
2 parents 1fb1f99 + b7f9b71 commit 5493056

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.rst

Lines changed: 2 additions & 2 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=next --full
57+
$ symfony new my_project_name --version="5.4.x@dev" --full
5858
5959
# run this if you are building a microservice, console application or API
60-
$ symfony new my_project_name --version=next
60+
$ symfony new my_project_name --version="5.4.x@dev"
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

0 commit comments

Comments
 (0)