From 9a734ac64798fe242d49a00d5f335c1cf45429c0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Haydar=20K=C3=9CLEKC=C4=B0?= <586318+hkulekci@users.noreply.github.com> Date: Mon, 13 Feb 2023 17:58:14 +0300 Subject: [PATCH] allow plugin for php-http/discovery library (#1294) --- 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 + } } }