From 103937a6d2161cc7f2489beb48e709cbb6b2c807 Mon Sep 17 00:00:00 2001 From: itismadness Date: Tue, 6 Feb 2024 14:29:19 +0000 Subject: [PATCH] Fix missing symfony directory in phar --- box.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/box.json b/box.json index 41a29a7..20e3b3d 100644 --- a/box.json +++ b/box.json @@ -4,7 +4,10 @@ "KevinGH\\Box\\Compactor\\Json", "KevinGH\\Box\\Compactor\\Php" ], - "directories": ["src"], + "directories": [ + "src", + "vendor/symfony/console/Resources" + ], "exclude-composer-files": false, "files": [ "bin/logchecker",