-
Notifications
You must be signed in to change notification settings - Fork 518
/
box.json
37 lines (37 loc) · 892 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
{
"alias": "satis.phar",
"main": "bin/satis",
"output": "satis.phar",
"stub": true,
"directories": ["src", "views"],
"files": ["LICENSE", "res/satis-schema.json"],
"finder": [
{
"name": "*.php",
"in": "vendor"
},
{
"name": "completion.*",
"in": "vendor/symfony/console/Resources"
},
{
"name": "composer-schema.json",
"in": "vendor/composer/composer"
},
{
"name": "cacert.pem",
"in": "vendor/composer/ca-bundle"
},
{
"name": "*.json",
"in": "vendor/composer/spdx-licenses/res"
}
],
"compression": "GZ",
"compactors": [
"KevinGH\\Box\\Compactor\\Json",
"KevinGH\\Box\\Compactor\\Php"
],
"chmod": "0755",
"algorithm": "SHA1"
}