Skip to content

Commit

Permalink
Add box config
Browse files Browse the repository at this point in the history
  • Loading branch information
roxblnfk committed Sep 6, 2024
1 parent afe8620 commit 3768515
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions box.json.dist
Original file line number Diff line number Diff line change
@@ -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"
}

0 comments on commit 3768515

Please sign in to comment.