Skip to content

Reworded the setup article about using other versions #8976

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 2 commits into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 0 additions & 15 deletions setup.rst
Original file line number Diff line number Diff line change
Expand Up @@ -23,21 +23,6 @@ This will create a new ``my-project`` directory, download some dependencies into
it and even generate the basic directories and files you'll need to get started.
In other words, your new app is ready!

.. tip::

You can also download a specific version of Symfony:

.. code-block:: terminal

# use the most recent version in any Symfony branch
$ composer create-project symfony/skeleton my-project "4.0.*"

# use a beta or RC version (useful for testing new Symfony versions)
$ composer create-project symfony/skeleton my-project 4.0.0-BETA1

Some version are long-term support (LTS) versions. Read the :doc:`Symfony Release process </contributing/community/releases>`
to learn more.

Running your Symfony Application
--------------------------------

Expand Down