From f7601175596756ac3eddb0f7d4d98b61b4f9208f Mon Sep 17 00:00:00 2001 From: bocharsky-bw Date: Tue, 14 Feb 2023 12:08:41 +0100 Subject: [PATCH] Allow Composer to run php-http/discovery plugin --- composer.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/composer.json b/composer.json index d17eaf9..3041ebd 100644 --- a/composer.json +++ b/composer.json @@ -62,7 +62,8 @@ }, "config": { "allow-plugins": { - "bamarni/composer-bin-plugin": true + "bamarni/composer-bin-plugin": true, + "php-http/discovery": true } } }