8000
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 1bb6a31 commit 1251f3bCopy full SHA for 1251f3b
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:v4.4.99 my_project_name
+ $ composer create-project symfony/website-skeleton:"^4.4" my_project_name
69
70
# run this if you are building a microservice, console application or API
71
- $ composer create-project symfony/skeleton:v4.4.99 my_project_name
+ $ composer create-project symfony/skeleton:"^4.4" 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