From 1abc909005d8360683471f42f971a747a7357815 Mon Sep 17 00:00:00 2001 From: Lewis Cowles Date: Thu, 7 Nov 2024 04:17:45 +0000 Subject: [PATCH] fix: allow infection extension installer in composer (#29) --- composer.json | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/composer.json b/composer.json index c1750f7..2527d60 100644 --- a/composer.json +++ b/composer.json @@ -24,5 +24,10 @@ "email": "lewiscowles@me.com" } ], - "minimum-stability": "stable" + "minimum-stability": "stable", + "config": { + "allow-plugins": { + "infection/extension-installer": true + } + } }