Skip to content

Commit acc6554

Browse files
committed
minor #15415 * setup.rst - bugfix (StaffNowa)
This PR was merged into the 5.3 branch. Discussion ---------- * setup.rst - bugfix I think we have a bug with documentation in the composer setup. Commits ------- 6b051ab * setup.rst - bugfix
2 parents eaa5a00 + 6b051ab commit acc6554

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
@@ -65,10 +65,10 @@ Symfony application using Composer:
6565
.. code-block:: terminal
6666
6767
# run this if you are building a traditional web application
68-
$ composer create-project symfony/website-skeleton:"5.3.x@dev" my_project_name
68+
$ composer create-project symfony/website-skeleton my_project_name
6969
7070
# 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
71+
$ composer create-project symfony/skeleton my_project_name
7272
7373
No matter which command you run to create the Symfony application. All of them
7474
will create a new ``my_project_name/`` directory, download some dependencies

0 commit comments

Comments
 (0)