Skip to content

Commit bcf0b5b

Browse files
committed
minor #8929 Update setup.rst (Sandlayth)
This PR was merged into the 4.0 branch. Discussion ---------- Update setup.rst Change installation symfony commands from 3.3.* to 4.0.* Commits ------- 9f0e7a6 Update setup.rst
2 parents 9ee69f2 + 9f0e7a6 commit bcf0b5b

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
@@ -30,10 +30,10 @@ In other words, your new app is ready!
3030
.. code-block:: terminal
3131
3232
# use the most recent version in any Symfony branch
33-
$ composer create-project symfony/skeleton my-project "3.3.*"
33+
$ composer create-project symfony/skeleton my-project "4.0.*"
3434
3535
# use a beta or RC version (useful for testing new Symfony versions)
36-
$ composer create-project symfony/skeleton my-project 3.3.0-BETA1
36+
$ composer create-project symfony/skeleton my-project 4.0.0-BETA1
3737
3838
Some version are long-term support (LTS) versions. Read the :doc:`Symfony Release process </contributing/community/releases>`
3939
to learn more.

0 commit comments

Comments
 (0)