From 946b681c53a470610d9182527f4670efbc3b51a6 Mon Sep 17 00:00:00 2001 From: Toon Verwerft Date: Thu, 16 Apr 2026 10:51:00 +0200 Subject: [PATCH 1/2] Disable requirements checker in box --- build/box.json | 1 + 1 file changed, 1 insertion(+) diff --git a/build/box.json b/build/box.json index 026a31b..b056a82 100644 --- a/build/box.json +++ b/build/box.json @@ -2,6 +2,7 @@ "alias": "grumphp.phar", "banner": false, "force-autodiscovery": true, + "check-requirements": false, "compactors": [ "KevinGH\\Box\\Compactor\\PhpScoper" ], From dd3fe79e4b767d23a4c043300cc7d6c5851b3fc7 Mon Sep 17 00:00:00 2001 From: Toon Verwerft Date: Thu, 16 Apr 2026 11:10:48 +0200 Subject: [PATCH 2/2] Update box --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 35edb69..6c29a68 100644 --- a/composer.json +++ b/composer.json @@ -23,7 +23,7 @@ "composer-plugin-api": "~2.0" }, "require-dev": { - "humbug/box": "^4.6" + "humbug/box": "^4.7" }, "replace": { "phpro/grumphp": "self.version"