-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathbox.json
More file actions
48 lines (42 loc) · 1.16 KB
/
box.json
File metadata and controls
48 lines (42 loc) · 1.16 KB
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
42
43
44
45
46
47
48
{
"main": "importer/import.php",
"output": "importer.phar",
"check-requirements": false,
"directories": [
"importer"
],
"finder": [
{
"name": "*.php",
"exclude": [
"tests", "test", "Tests", "Test",
"docs", "doc", "examples", "bin",
"DataFormatConsumer", "DataFormatProducer",
"EntityWriter", "EntityReader",
"Importer"
],
"notName": "/LICENSE.*|CHANGELOG.*|CONTRIBUTING.*|README.*/",
"in": "vendor"
},
{
"name": "*.php",
"in": "lib/sqlite-database-integration/wp-includes/parser"
},
{
"name": "*.php",
"in": "lib/sqlite-database-integration/wp-includes/mysql"
}
],
"files": [
"wordpress-plugin/generic/utils.php",
"wordpress-plugin/generic/class-hmac-client.php",
"vendor/autoload.php"
],
"compactors": [
"KevinGH\\Box\\Compactor\\Php",
"KevinGH\\Box\\Compactor\\Json"
],
"annotations": false,
"compression": "GZ",
"stub": "bin/phar-stub.php"
}