From b252c2ed8ad1bac4deb1337d399dcc44e3575ee8 Mon Sep 17 00:00:00 2001 From: Flavio Heleno Date: Mon, 25 Sep 2023 15:56:40 -0300 Subject: [PATCH] Disable PhpScoper to fix "Class name must be a valid object or a string" error in phpseclib --- box.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/box.json b/box.json index 64643a1..e97e0f8 100644 --- a/box.json +++ b/box.json @@ -10,8 +10,7 @@ ], "compactors": [ "KevinGH\\Box\\Compactor\\Json", - "KevinGH\\Box\\Compactor\\Php", - "KevinGH\\Box\\Compactor\\PhpScoper" + "KevinGH\\Box\\Compactor\\Php" ], "directories": [ "config",