From 7d9700529bb03f1bd894afb674a106f05aec12c8 Mon Sep 17 00:00:00 2001 From: Chris Tankersley Date: Tue, 6 Sep 2022 11:13:21 -0400 Subject: [PATCH] Allowed some additional composer plugins to run --- composer.json | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/composer.json b/composer.json index e512446d..657a5b47 100644 --- a/composer.json +++ b/composer.json @@ -37,5 +37,11 @@ "scripts": { "phpstan": "./vendor/bin/phpstan analyze", "test": "phpunit" + }, + "config": { + "allow-plugins": { + "ocramius/package-versions": true, + "phpstan/extension-installer": true + } } }