Skip to content

Commit 0ecfb40

Browse files
committed
minor #9811 Update the documentation for Symfony Flex (mnapoli, javiereguiluz)
This PR was submitted for the 4.0 branch but it was merged into the 3.4 branch instead (closes #9811). Discussion ---------- Update the documentation for Symfony Flex Per https://twitter.com/symfony_en/status/999539927003123712 > Contrib recipes are no longer ignored. They were ignored in the first versions of Flex … but now the user is asked: do you want to install this recipe from contrib? **Please confirm this is actually the case because I'm only basing this on a tweet.** Thanks :) Commits ------- 74bb726 Minor reword 5dabc4e Update the documentation for Symfony Flex
2 parents 843ac87 + 74bb726 commit 0ecfb40

File tree

1 file changed

+2
-7
lines changed

1 file changed

+2
-7
lines changed

setup/flex.rst

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -95,13 +95,8 @@ two public repositories:
9595

9696
* `Contrib recipe repository`_, contains all the recipes created by the
9797
community. All of them are guaranteed to work, but their associated packages
98-
could be unmaintained. Symfony Flex ignores these recipes by default, but you
99-
can execute this command to start using them in your project:
100-
101-
.. code-block:: terminal
102-
103-
$ cd your-project/
104-
$ composer config extra.symfony.allow-contrib true
98+
could be unmaintained. Symfony Flex will ask your permission before installing
99+
any of these recipes.
105100

106101
Read the `Symfony Recipes documentation`_ to learn everything about how to
107102
create recipes for your own packages.

0 commit comments

Comments
 (0)