Skip to content
Snippets Groups Projects
Commit e68919b1 authored by jurgenhaas's avatar jurgenhaas
Browse files

docker/l3d#108 Add allowed plugins for composer v2.2+

parent df70e8d8
No related branches found
Tags v1.1.2
No related merge requests found
......@@ -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",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment