forked from ApiGen/ApiGen
-
Notifications
You must be signed in to change notification settings - Fork 0
/
box.json
41 lines (41 loc) · 812 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
{
"bootstrap": "src/Herrera/Box/Compactor/PhpNette.php",
"output": "apigen.phar",
"chmod": "0755",
"compactors": [
"ApiGen\\Herrera\\Box\\Compactor\\PhpNette"
],
"compression": "GZ",
"extract": false,
"main": "bin/apigen",
"files": [
"bin/bootstrap.php",
"vendor/autoload.php",
"LICENSE"
],
"finder": [
{
"in": "src"
},
{
"name": ["*.php", "*.json", "*.latte", "*.neon", "*.css", "*.js", "*.png"],
"exclude": ["test", "Test", "Tests", "tests" ],
"in": [
"vendor/andrewsville",
"vendor/apigen",
"vendor/composer",
"vendor/hamcrest",
"vendor/herrera-io",
"vendor/justinrainbow",
"vendor/kukulich",
"vendor/latte",
"vendor/michelf",
"vendor/nette",
"vendor/seld",
"vendor/symfony",
"vendor/tracy"
]
}
],
"stub": true
}