Skip to content

Commit ea18b69

Browse files
committed
Mention Symfony is closed-source and link to symfony/cli github
1 parent 342ef4d commit ea18b69

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

setup.rst

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,12 @@ requirements. Open your console terminal and run this command:
3333
3434
$ symfony check:requirements
3535
36+
.. note::
37+
38+
The Symfony binary is developped internally at Symfony. If you want to
39+
report a bug or suggest a new feature, please create an issue on
40+
`symfony/cli`_.
41+
3642
.. _creating-symfony-applications:
3743

3844
Creating Symfony Applications
@@ -294,6 +300,7 @@ Learn More
294300
.. _`Stellar Development with Symfony`: https://symfonycasts.com/screencast/symfony
295301
.. _`Install Composer`: https://getcomposer.org/download/
296302
.. _`install Symfony CLI`: https://symfony.com/download
303+
.. _`symfony/cli`: https://github.com/symfony/cli
297304
.. _`The Symfony Demo Application`: https://github.com/symfony/demo
298305
.. _`Symfony Flex`: https://github.com/symfony/flex
299306
.. _`PHP security advisories database`: https://github.com/FriendsOfPHP/security-advisories

setup/symfony_server.rst

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,9 @@ The Symfony server is part of the ``symfony`` binary created when you
1919

2020
.. note::
2121

22-
If you want to report a bug or suggest a new feature, please create an issue
23-
on `symfony/cli`_.
22+
The Symfony binary is developped internally at Symfony. If you want to
23+
report a bug or suggest a new feature, please create an issue on
24+
`symfony/cli`_.
2425

2526
Getting Started
2627
---------------

0 commit comments

Comments
 (0)