From a55f685abc002b82a310f812e36a2f456efb3dba Mon Sep 17 00:00:00 2001 From: Daniel Siepmann Date: Wed, 26 Jan 2022 13:59:52 +0100 Subject: [PATCH] Support composer v2.2.x The new LTS has a new allow-plugins feature which we configure. --- composer.json | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/composer.json b/composer.json index aa95fa4..9e7d99d 100644 --- a/composer.json +++ b/composer.json @@ -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 + } } }