mirror of
https://github.com/crazywhalecc/static-php-cli.git
synced 2026-07-13 20:05:35 +08:00
Adjust box configuration for smaller phar size
This commit is contained in:
committed by
Jerry Ma
parent
4a17491aaa
commit
6b061e6332
11
box.json
11
box.json
@@ -2,8 +2,15 @@
|
|||||||
"alias": "spc-php.phar",
|
"alias": "spc-php.phar",
|
||||||
"banner": false,
|
"banner": false,
|
||||||
"blacklist": [
|
"blacklist": [
|
||||||
".github",
|
".github"
|
||||||
"tests"
|
],
|
||||||
|
"directories": [
|
||||||
|
"config",
|
||||||
|
"src",
|
||||||
|
"vendor/psr",
|
||||||
|
"vendor/laravel/prompts",
|
||||||
|
"vendor/symfony",
|
||||||
|
"vendor/zhamao"
|
||||||
],
|
],
|
||||||
"git-commit-short": "git_commit_short",
|
"git-commit-short": "git_commit_short",
|
||||||
"output": "spc.phar"
|
"output": "spc.phar"
|
||||||
|
|||||||
Reference in New Issue
Block a user