From 38c73bd901f7f6aded55f9aded6fcf90b497c672 Mon Sep 17 00:00:00 2001 From: catch <catch@35733.no-reply.drupal.org> Date: Mon, 13 Dec 2021 14:11:29 +0000 Subject: [PATCH] =?UTF-8?q?Issue=20#3253683=20by=20andypost,=20Spokje,=20G?= =?UTF-8?q?=C3=A1bor=20Hojtsy:=20Improve=20compatibility=20with=20composer?= =?UTF-8?q?=202.2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- composer.json | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/composer.json b/composer.json index f1ec9cc13cef..2f1b55d9fe04 100644 --- a/composer.json +++ b/composer.json @@ -49,6 +49,11 @@ "autoloader-suffix": "Drupal9", "platform": { "php": "8.0.0" + }, + "allow-plugins": { + "composer/installers": true, + "drupal/core-project-message": true, + "drupal/core-vendor-hardening": true } }, "extra": { -- GitLab