-
- Downloads
docker/l3d#108 Add allowed plugins for composer v2.2+
... | ... | @@ -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", | ||
... | ... |
Please register or sign in to comment