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 + } } }