-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbox.json
46 lines (46 loc) · 1002 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
43
44
45
46
{
"chmod": "0755",
"directories": [
],
"files": [
"LICENSE",
"vendor/autoload.php",
"config.php"
],
"finder": [
{
"name": "*.php",
"exclude": ["Tests"],
"in": "vendor/illuminate"
},
{
"name": "*.php",
"exclude": ["Tests", "Tester", "Resources"],
"in": "vendor/symfony"
},
{
"name": "*.php",
"exclude": [],
"in": "vendor/composer"
},
{
"name": "*.php",
"exclude": ["tests"],
"in": "vendor/phpseclib"
},
{
"name": "*.php",
"exclude": ["tests"],
"in": "vendor/herrera-io"
},
{
"name": "*.php",
"exclude": ["tests"],
"in": "vendor/philo"
}
],
"git-version": "0.1.0",
"main": "blade",
"output": "bin/blade.phar",
"stub": true
}