File tree 2 files changed +10
-2
lines changed
2 files changed +10
-2
lines changed Original file line number Diff line number Diff line change @@ -33,6 +33,12 @@ requirements. Open your console terminal and run this command:
33
33
34
34
$ symfony check:requirements
35
35
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
+
36
42
.. _creating-symfony-applications :
37
43
38
44
Creating Symfony Applications
@@ -294,6 +300,7 @@ Learn More
294
300
.. _`Stellar Development with Symfony` : https://symfonycasts.com/screencast/symfony
295
301
.. _`Install Composer` : https://getcomposer.org/download/
296
302
.. _`install Symfony CLI` : https://symfony.com/download
303
+ .. _`symfony/cli` : https://github.com/symfony/cli
297
304
.. _`The Symfony Demo Application` : https://github.com/symfony/demo
298
305
.. _`Symfony Flex` : https://github.com/symfony/flex
299
306
.. _`PHP security advisories database` : https://github.com/FriendsOfPHP/security-advisories
Original file line number Diff line number Diff line change @@ -19,8 +19,9 @@ The Symfony server is part of the ``symfony`` binary created when you
19
19
20
20
.. note ::
21
21
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 `_.
24
25
25
26
Getting Started
26
27
---------------
You can’t perform that action at this time.
0 commit comments