forked from composer/satis
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbox.json
36 lines (36 loc) · 795 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
{
"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",
"exclude": [
"phpunit",
"mikey179",
"phpdocumentor",
"sebastian",
"phpspec",
"doctrine",
"test",
"tests",
"Tests"
]
},{
"name": "composer-schema.json",
"in": "vendor/composer/composer"
}],
"compression" : "GZ",
"compactors": [
"Herrera\\Box\\Compactor\\Json",
"Herrera\\Box\\Compactor\\Php"
],
"chmod": "0755",
"algorithm": "SHA1"
}