forked from totten/civix
-
Notifications
You must be signed in to change notification settings - Fork 0
/
box.json
42 lines (42 loc) · 996 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
42
{
"chmod": "0755",
"directories": [
"src"
],
"finder": [
{
"name": "*.php",
"exclude": [
"phpunit",
"php-parser", "jakub-onderka",
"Tests", "Test", "tests", "test"
],
"in": "vendor"
},
{
"name": "*.png",
"in": "images"
},
{
"name": "bootstrap.php",
"in": "vendor/nikic/php-parser/lib"
},
{
"name": "Autoloader.php",
"in": "vendor/nikic/php-parser/lib/PhpParser"
},
{
"name": "*.csv",
"in": "vendor/totten/license-data"
},
{
"name": "*.txt",
"in": "vendor/totten/license-data/licenses"
}
],
"git-version": "package_version",
"main": "bin/civix",
"compactors": ["KevinGH\\Box\\Compactor\\PhpScoper"],
"output": "bin/civix.phar",
"stub": true
}