From dd30fd66b40e365d176f9695bb3c52c49e71dded Mon Sep 17 00:00:00 2001 From: James Gilliland Date: Thu, 10 Mar 2022 21:57:00 -0600 Subject: [PATCH] Compact for smaller file --- box.json.dist | 3 +++ 1 file changed, 3 insertions(+) diff --git a/box.json.dist b/box.json.dist index f174cd7..905e6b3 100644 --- a/box.json.dist +++ b/box.json.dist @@ -4,5 +4,8 @@ "bin/pfatt", "cache/container.php" ], + "compactors": [ + "KevinGH\\Box\\Compactor\\Php" + ], "compression": "GZ" }