Skip to content

Commit 8177626

Browse files
committed
minor #8976 Reworded the setup article about using other versions (javiereguiluz)
This PR was squashed before being merged into the 4.0 branch (closes #8976). Discussion ---------- Reworded the setup article about using other versions As explained in #8886: > You can't install specific branch versions with a single command when using Flex, so let's not mention it. The installation of beta and RC versions is covered in other articles, so we're not missing anything by removing this. Thanks! Commits ------- cf97957 Reworded the setup article about using other versions
2 parents 3051442 + cf97957 commit 8177626

File tree

1 file changed

+0
-15
lines changed

1 file changed

+0
-15
lines changed

setup.rst

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -23,21 +23,6 @@ This will create a new ``my-project`` directory, download some dependencies into
2323
it and even generate the basic directories and files you'll need to get started.
2424
In other words, your new app is ready!
2525

26-
.. tip::
27-
28-
You can also download a specific version of Symfony:
29-
30-
.. code-block:: terminal
31-
32-
# use the most recent version in any Symfony branch
33-
$ composer create-project symfony/skeleton my-project "4.0.*"
34-
35-
# use a beta or RC version (useful for testing new Symfony versions)
36-
$ composer create-project symfony/skeleton my-project 4.0.0-BETA1
37-
38-
Some version are long-term support (LTS) versions. Read the :doc:`Symfony Release process </contributing/community/releases>`
39-
to learn more.
40-
4126
Running your Symfony Application
4227
--------------------------------
4328

0 commit comments

Comments
 (0)