From 4d4e71ce596161861d15c11a25ec05acbf2e4278 Mon Sep 17 00:00:00 2001 From: Philip Gichuhi Date: Wed, 25 Oct 2023 20:18:25 +0300 Subject: [PATCH] Disable PHP-HTTP discovery --- composer.json | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 3926699..ba23eda 100644 --- a/composer.json +++ b/composer.json @@ -27,5 +27,10 @@ "psr-4": { "Microsoft\\Kiota\\Serialization\\Text\\Tests\\": "tests/" } - } + }, + "config": { + "allow-plugins": { + "php-http/discovery": false + } + } }