Declare allowed composer plugins

This commit is contained in:
Pierre Rudloff 2022-06-28 23:05:34 +02:00
parent e9efc6ef71
commit ffeda5ea90
2 changed files with 8 additions and 3 deletions

View file

@ -83,6 +83,14 @@
}
},
"config": {
"allow-plugins": {
"composer/installers": true,
"cweagans/composer-patches": true,
"ergebnis/composer-normalize": true,
"insite/composer-dangling-locked-deps": true,
"oomphinc/composer-installers-extender": true,
"phpro/grumphp": true
},
"platform": {
"php": "7.3.11"
},