Skip to content

Commit a3e7bf2

Browse files
committed
Merge branch '5.3' into 5.4
* 5.3: Update setup.rst
2 parents 3716db0 + 1b130ce commit a3e7bf2

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
@@ -50,10 +50,10 @@ application:
5050
.. code-block:: terminal
5151
5252
# run this if you are building a traditional web application
53-
$ symfony new my_project_name --version=next --full
53+
$ symfony new my_project_name --full
5454
5555
# run this if you are building a microservice, console application or API
56-
$ symfony new my_project_name --version=next
56+
$ symfony new my_project_name
5757
5858
The only difference between these two commands is the number of packages
5959
installed by default. The ``--full`` option installs all the packages that you

0 commit comments

Comments
 (0)