-
Notifications
You must be signed in to change notification settings - Fork 121
/
box.json
41 lines (41 loc) · 909 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
36
37
38
39
40
41
{
"chmod": "0755",
"directories": [
"bin",
"resources",
"src"
],
"files": [
"config.yaml",
"config-defaults.yaml",
"constants.php",
"services.yaml",
"shell-config.tmpl.rc",
"shell-config-bash.tmpl.rc",
"shell-config-bash-direct.tmpl.rc",
"vendor/autoload.php",
"vendor/symfony/console/Resources/bin/hiddeninput.exe",
"vendor/composer/ca-bundle/res/cacert.pem"
],
"finder": [
{
"in": "vendor",
"name": "*.php*",
"exclude": [
"phpunit",
"Tests",
"tests",
"giggsey/libphonenumber-for-php/src/carrier/data",
"giggsey/libphonenumber-for-php/src/geocoding/data",
"giggsey/locale/data"
]
}
],
"main": "bin/platform",
"output": "platform.phar",
"stub": "stub.php",
"compactors": [
"KevinGH\\Box\\Compactor\\Json",
"KevinGH\\Box\\Compactor\\Php"
]
}