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 6454669 commit 6b051abCopy full SHA for 6b051ab
setup.rst
@@ -65,10 +65,10 @@ Symfony application using Composer:
65
.. code-block:: terminal
66
67
# run this if you are building a traditional web application
68
- $ composer create-project symfony/website-skeleton:"5.3.x@dev" my_project_name
+ $ composer create-project symfony/website-skeleton my_project_name
69
70
# run this if you are building a microservice, console application or API
71
- $ composer create-project symfony/skeleton:"5.3.x@dev" my_project_name
+ $ composer create-project symfony/skeleton my_project_name
72
73
No matter which command you run to create the Symfony application. All of them
74
will create a new ``my_project_name/`` directory, download some dependencies
0 commit comments