We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f32ee43 commit d92e0f8Copy full SHA for d92e0f8
setup.rst
@@ -54,10 +54,10 @@ application:
54
.. code-block:: terminal
55
56
# run this if you are building a traditional web application
57
- $ symfony new my_project_name --version=next --full
+ $ symfony new my_project_name --version="5.4.x@dev" --full
58
59
# run this if you are building a microservice, console application or API
60
- $ symfony new my_project_name --version=next
+ $ symfony new my_project_name --version="5.4.x@dev"
61
62
The only difference between these two commands is the number of packages
63
installed by default. The ``--full`` option installs all the packages that you
0 commit comments