mirror of
https://github.com/crazywhalecc/static-php-cli.git
synced 2026-03-18 04:44:53 +08:00
19 lines
335 B
JSON
19 lines
335 B
JSON
{
|
|
"alias": "spc-php.phar",
|
|
"banner": false,
|
|
"blacklist": [
|
|
".github"
|
|
],
|
|
"directories": [
|
|
"config",
|
|
"src",
|
|
"vendor/psr",
|
|
"vendor/laravel/prompts",
|
|
"vendor/symfony",
|
|
"vendor/zhamao"
|
|
],
|
|
"git-commit-short": "git_commit_short",
|
|
"metadata": "ConsoleApplication::VERSION",
|
|
"output": "spc.phar"
|
|
}
|