From 3768515f5d6a1fb622051d88cb42c461f5093490 Mon Sep 17 00:00:00 2001 From: roxblnfk Date: Fri, 6 Sep 2024 21:59:39 +0400 Subject: [PATCH] Add box config --- box.json.dist | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 box.json.dist diff --git a/box.json.dist b/box.json.dist new file mode 100644 index 0000000..458fbd9 --- /dev/null +++ b/box.json.dist @@ -0,0 +1,21 @@ +{ + "$schema": "https://raw.githubusercontent.com/box-project/box/main/res/schema.json", + "compactors": [ + "KevinGH\\Box\\Compactor\\Json", + "KevinGH\\Box\\Compactor\\Php" + ], + "compression": "GZ", + "git": "git", + "directories": [ + "src", + "vendor" + ], + "files": [ + "resources/version.json", + "bin/ai", + "LICENSE.md", + "composer.json", + "composer.lock" + ], + "output": ".build/phar/ai.phar" +}