Support composer 2.2 new allow-plugins configuration

In order to install all necessary composer plugins which we already
trust.
This commit is contained in:
Daniel Siepmann 2022-01-06 08:18:15 +01:00
parent 456c86b492
commit 2efe65c5b2

View file

@ -69,5 +69,13 @@
"branch-alias": {
"dev-main": "1.0.x-dev"
}
},
"config": {
"allow-plugins": {
"typo3/class-alias-loader": true,
"typo3/cms-composer-installers": true,
"cweagans/composer-patches": true,
"phpstan/extension-installer": true
}
}
}