From 9210206f71e1b0f15b2eba39eeba4d8535682040 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 14 Feb 2023 09:49:05 +0100 Subject: [PATCH] allow plugin for php-http/discovery library (#1294) (#1295) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit (cherry picked from commit 9a734ac64798fe242d49a00d5f335c1cf45429c0) Co-authored-by: Haydar KÜLEKCİ <586318+hkulekci@users.noreply.github.com> --- composer.json | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/composer.json b/composer.json index 827a3504a..9b5eda605 100644 --- a/composer.json +++ b/composer.json @@ -52,5 +52,10 @@ "phpstan": [ "phpstan analyse src --level 2 --no-progress" ] + }, + "config": { + "allow-plugins": { + "php-http/discovery": true + } } }