From cc1003de4b5e4c3e181608e606f381a3544aa228 Mon Sep 17 00:00:00 2001 From: Herb Date: Fri, 3 May 2024 15:27:47 -0400 Subject: [PATCH] Issue #197: Create box.json (#367) --- box.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 box.json diff --git a/box.json b/box.json new file mode 100644 index 00000000..ca6d8883 --- /dev/null +++ b/box.json @@ -0,0 +1,11 @@ +{ + "directories": [ + "commands", + "includes" + ], + "compactors": [ + "KevinGH\\Box\\Compactor\\Php" + ], + "git-version": "package_version", + "main": "bee.php", +}