From 250ab35582991cdce55098293b30e09f099d8c55 Mon Sep 17 00:00:00 2001 From: Roel van Hintum Date: Thu, 22 Aug 2024 13:36:17 +0200 Subject: [PATCH] Update composer.json --- composer.json | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/composer.json b/composer.json index 7a29a4c..7766259 100644 --- a/composer.json +++ b/composer.json @@ -41,5 +41,10 @@ }, "scripts": { "test": "phpunit" + }, + "config": { + "allow-plugins": { + "php-http/discovery": false + } } }