From e456bd38aa6b74cd9b725b4ee59f9c9447d293d8 Mon Sep 17 00:00:00 2001 From: Ryan Bibby Date: Mon, 11 Jul 2022 16:00:08 +0100 Subject: [PATCH] Allow update helper --- composer.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/composer.json b/composer.json index ba621fd..5c8c1a2 100644 --- a/composer.json +++ b/composer.json @@ -48,7 +48,10 @@ } }, "config": { - "sort-packages": true + "sort-packages": true, + "allow-plugins": { + "kylekatarnls/update-helper": true + } }, "prefer-stable": true, "require": {