Initial code to get Box for phar building

This commit is contained in:
Joseph Bielawski
2023-09-12 10:42:40 +02:00
committed by Jerry Ma
parent 06f29712e2
commit 4a17491aaa
3 changed files with 77 additions and 1 deletions

10
box.json Normal file
View File

@@ -0,0 +1,10 @@
{
"alias": "spc-php.phar",
"banner": false,
"blacklist": [
".github",
"tests"
],
"git-commit-short": "git_commit_short",
"output": "spc.phar"
}