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 39d55d9 commit dd01286Copy full SHA for dd01286
setup.rst
@@ -49,10 +49,10 @@ application:
49
.. code-block:: terminal
50
51
# run this if you are building a traditional web application
52
- $ symfony new my_project_directory --version="6.1.*" --webapp
+ $ symfony new my_project_directory --version="6.2.*@dev" --webapp
53
54
# run this if you are building a microservice, console application or API
55
- $ symfony new my_project_directory --version="6.1.*"
+ $ symfony new my_project_directory --version="6.2.*@dev"
56
57
The only difference between these two commands is the number of packages
58
installed by default. The ``--webapp`` option installs all the packages that you
0 commit comments