From 9d21e54e28b48cd8414b56a5258d64bd7dede9fd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Th=C3=A9o=20FIDRY?= Date: Sun, 26 Nov 2023 19:52:57 +0100 Subject: [PATCH] build: Fix the configuration of the benchmark with compactors --- fixtures/bench/with-compactors/box.json.dist | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/fixtures/bench/with-compactors/box.json.dist b/fixtures/bench/with-compactors/box.json.dist index 51419897f..d47804d74 100644 --- a/fixtures/bench/with-compactors/box.json.dist +++ b/fixtures/bench/with-compactors/box.json.dist @@ -8,5 +8,11 @@ "force-autodiscovery": true, "dump-autoload": false, - "datetime": "release-date" + "datetime": "release-date", + + "compactors": [ + "KevinGH\\Box\\Compactor\\Php", + "KevinGH\\Box\\Compactor\\PhpScoper", + "KevinGH\\Box\\Compactor\\Json" + ] }