Skip to content

Commit cf97957

Browse files
committed
Reworded the setup article about using other versions
1 parent 604e4b7 commit cf97957

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)