-
Notifications
You must be signed in to change notification settings - Fork 0
/
box.json
40 lines (39 loc) · 822 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
{
"compactors": [
"KevinGH\\Box\\Compactor\\Php",
"KevinGH\\Box\\Compactor\\PhpScoper",
"KevinGH\\Box\\Compactor\\Json"
],
"main": "csv.php",
"files": [
"LICENSE"
],
"finder": [
{
"name": ["*.php", "*.pem*"],
"exclude": ["Tests", "tests"],
"in": "vendor"
},
{
"exclude": [
"tests",
"_build",
"scripts",
"node_modules"
],
"in": "./"
}
],
"blacklist": [
"screenshot.png",
"package.json",
"package-lock.json",
"api.php",
"box.json",
"config.yaml",
"phpcs.xml",
"phpunit.xml",
"README.md",
"CHANGELOG.md"
]
}