Skip to content

Add a link to the official repo for Symfony CLI bug reports #11566

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

Merged
merged 1 commit into from
May 14, 2019
Merged
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
6 changes: 6 additions & 0 deletions setup/symfony_server.rst
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,11 @@ The Symfony server is distributed as a free installable binary without any
dependency and support for Linux, macOS and Windows. Go to `symfony.com/download`_
and follow the instructions for your operating system.

.. note::

If you want to report a bug or suggest a new feature, please create an issue
on `symfony/cli`_.

Getting Started
---------------

Expand Down Expand Up @@ -360,6 +365,7 @@ that Composer will also set the stability to ``dev`` for all root dependencies):
$ symfony new --version=4.3.x-dev my_project_name

.. _`symfony.com/download`: https://symfony.com/download
.. _`symfony/cli`: https://github.com/symfony/cli
.. _`different ways of installing Symfony`: https://symfony.com/download
.. _`Docker`: https://en.wikipedia.org/wiki/Docker_(software)
.. _`SymfonyCloud`: https://symfony.com/cloud/
Expand Down