From 9639c30c8d85844180257e11a0f4aaefb173701e Mon Sep 17 00:00:00 2001 From: Brady Miller Date: Wed, 15 Nov 2023 20:25:26 -0800 Subject: [PATCH] fix: composer fix (#7031) --- composer.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 34fa763d658..11439e27a2e 100644 --- a/composer.json +++ b/composer.json @@ -84,7 +84,8 @@ "php": "8.1" }, "allow-plugins": { - "openemr/oe-module-installer-plugin": true + "openemr/oe-module-installer-plugin": true, + "php-http/discovery": false } }, "require-dev": {