From ac7a6e3326593c5a574e10aff3002a6e523ed982 Mon Sep 17 00:00:00 2001 From: Jordi Boggiano Date: Fri, 1 Jul 2022 11:35:50 +0200 Subject: [PATCH] Update docs, refs #10909 --- doc/06-config.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/doc/06-config.md b/doc/06-config.md index 5217b18f2..c0b1a7d87 100644 --- a/doc/06-config.md +++ b/doc/06-config.md @@ -26,8 +26,7 @@ helper is available: ## allow-plugins -Defaults to `null` (allow all plugins implicitly) for backwards compatibility until July 2022. -At that point the default will become `{}` and plugins will not load anymore unless allowed. +Defaults to `{}` which does not allow any plugins to be loaded. As of Composer 2.2.0, the `allow-plugins` option adds a layer of security allowing you to restrict which Composer plugins are able to execute code during