From 24b93edc942f2eaaeb17f7ae0d6db0f77f4ed4ea Mon Sep 17 00:00:00 2001 From: Kieran Date: Sun, 2 Oct 2022 14:13:18 +0100 Subject: [PATCH] Update composer allow-plugins directive (#168) * Update composer allow-plugins directive * fix json * fix json --- composer.json | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/composer.json b/composer.json index f075243..0508384 100644 --- a/composer.json +++ b/composer.json @@ -48,5 +48,10 @@ }, "scripts": { "test": "vendor/bin/phpunit" + }, + "config": { + "allow-plugins": { + "kylekatarnls/update-helper": true + } } }