Support composer v2.2.x

The new LTS has a new allow-plugins feature which we configure.
This commit is contained in:
Daniel Siepmann 2022-01-26 13:59:52 +01:00
parent 3c4fff0879
commit a55f685abc

View file

@ -55,5 +55,12 @@
"jangregor/phpstan-prophecy": "^1.0",
"phpstan/phpstan-phpunit": "^1.0",
"guzzlehttp/guzzle": "^6.3 || ^7.3"
},
"config": {
"allow-plugins": {
"typo3/class-alias-loader": true,
"typo3/cms-composer-installers": true,
"phpstan/extension-installer": true
}
}
}