From 6b061e6332bafd4b11f1b50dc4b29e859b6ce1dc Mon Sep 17 00:00:00 2001 From: Joseph Bielawski Date: Tue, 12 Sep 2023 16:11:32 +0200 Subject: [PATCH] Adjust box configuration for smaller phar size --- box.json | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/box.json b/box.json index e688155e..ad1d3c01 100644 --- a/box.json +++ b/box.json @@ -2,8 +2,15 @@ "alias": "spc-php.phar", "banner": false, "blacklist": [ - ".github", - "tests" + ".github" + ], + "directories": [ + "config", + "src", + "vendor/psr", + "vendor/laravel/prompts", + "vendor/symfony", + "vendor/zhamao" ], "git-commit-short": "git_commit_short", "output": "spc.phar"