From ad279a61d1a5df6c98e8de667cd4ade18df52bed Mon Sep 17 00:00:00 2001 From: Nicolas Grekas Date: Wed, 15 Feb 2023 17:11:56 +0100 Subject: [PATCH] Allow php-http/discovery as a composer plugin (#6106) --- composer.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/composer.json b/composer.json index d5ef95d5..4958668f 100644 --- a/composer.json +++ b/composer.json @@ -57,7 +57,8 @@ "preferred-install": "dist", "sort-packages": true, "allow-plugins": { - "pestphp/pest-plugin": true + "pestphp/pest-plugin": true, + "php-http/discovery": true } }, "minimum-stability": "stable",