diff --git a/composer.json b/composer.json index ca236cbbfa317e08461ca35c1a62d9d196aef62d..16aba35b92e10fb608132b34617922e6e5d71334 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",