diff --git a/composer.json b/composer.json index f404d68bd88..bfec04327de 100644 --- a/composer.json +++ b/composer.json @@ -28,5 +28,10 @@ "psr-4": { "Microsoft\\Graph\\Test\\": "tests/" } + }, + "config": { + "allow-plugins": { + "php-http/discovery": false + } } }