From d7d466447086653b3c68178a82b3bca2ccba38e9 Mon Sep 17 00:00:00 2001 From: Kieran Date: Fri, 2 Sep 2022 11:22:49 +0100 Subject: [PATCH 1/3] Update composer allow-plugins directive --- composer.json | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/composer.json b/composer.json index f075243..07bacc7 100644 --- a/composer.json +++ b/composer.json @@ -49,4 +49,9 @@ "scripts": { "test": "vendor/bin/phpunit" } + "config": { + "allow-plugins": { + "kylekatarnls/update-helper": true, + } + } } From 98e81a66a1d4c419010f2ceb947a312c1488af27 Mon Sep 17 00:00:00 2001 From: Kieran Date: Fri, 2 Sep 2022 11:24:00 +0100 Subject: [PATCH 2/3] fix json --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 07bacc7..925a9e4 100644 --- a/composer.json +++ b/composer.json @@ -48,7 +48,7 @@ }, "scripts": { "test": "vendor/bin/phpunit" - } + }, "config": { "allow-plugins": { "kylekatarnls/update-helper": true, From 4eb623688d66431d218a6f26afaefc0771b00003 Mon Sep 17 00:00:00 2001 From: Kieran Date: Fri, 2 Sep 2022 11:25:33 +0100 Subject: [PATCH 3/3] fix json --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 925a9e4..0508384 100644 --- a/composer.json +++ b/composer.json @@ -51,7 +51,7 @@ }, "config": { "allow-plugins": { - "kylekatarnls/update-helper": true, + "kylekatarnls/update-helper": true } } }