-
Notifications
You must be signed in to change notification settings - Fork 0
/
box.json
35 lines (35 loc) · 857 Bytes
/
box.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
{
"algorithm": "OPENSSL",
"annotations": true,
"banner": false,
"banner-file": null,
"base-path": null,
"check-requirements": true,
"chmod": "0644",
"compactors": [
"KevinGH\\Box\\Compactor\\Php",
"KevinGH\\Box\\Compactor\\Json"
],
"compression": "GZ",
"directories": [
"src/phpCliShell/",
"vendor"
],
"map": [
{ "src/phpCliShell/": "phpCliShell" }
],
"dump-autoload": true,
"exclude-composer-files": true,
"force-autodiscovery": false,
"git": "git",
"git-commit": "git_commit",
"git-commit-short": "git_commit_short",
"git-tag": "git_tag",
"git-version": "git_version",
"key": "build/phpCliShell.pem",
"key-pass": true,
"main": "src/phpCliShell/console/main.php",
"output": "build/phpCliShell.phar",
"shebang": null,
"stub": true
}