From e68919b1fd1037736de809388e1bf95845840cce Mon Sep 17 00:00:00 2001 From: jurgenhaas <juergen@paragon-es.de> Date: Tue, 8 Feb 2022 17:45:29 +0100 Subject: [PATCH] docker/l3d#108 Add allowed plugins for composer v2.2+ --- composer.json | 23 ++++++++++++++++++----- 1 file changed, 18 insertions(+), 5 deletions(-) diff --git a/composer.json b/composer.json index ca236cb..16aba35 100644 --- a/composer.json +++ b/composer.json @@ -13,14 +13,20 @@ "authors": [ { "name": "Jürgen Haas", - "email": "juergen@paragon-es.de", - "homepage": "https://www.paragon-es.de", + "email": "juergen.haas@lakedrops.com", + "homepage": "https://www.lakedrops.com", + "role": "Drupal Expert" + }, + { + "name": "Daniel Speicher", + "email": "daniel.speicher@lakedrops.com", + "homepage": "https://www.lakedrops.com", "role": "Drupal Expert" }, { "name": "Richard Papp", - "email": "richard.papp@boromino.com", - "homepage": "http://www.boromino.com", + "email": "richard.papp@lakedrops.com", + "homepage": "http://www.lakedrops.com", "role": "Drupal Expert" } ], @@ -52,7 +58,14 @@ "*": "dist" }, "sort-packages": true, - "discard-changes": true + "discard-changes": true, + "allow-plugins": { + "composer/installers": true, + "dealerdirect/phpcodesniffer-composer-installer": true, + "cweagans/composer-patches": true, + "drupal/core-composer-scaffold": true, + "lakedrops/*": true + } }, "extra": { "patches-file": "https://gitlab.lakedrops.com/composer/plugin/drupal-environment/-/raw/master/patches/d9.json", -- GitLab