forked from rsanchez/eecli
-
Notifications
You must be signed in to change notification settings - Fork 0
/
box.json
54 lines (54 loc) · 1.15 KB
/
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
47
48
49
50
51
52
53
54
{
"chmod": "0755",
"directories": ["src"],
"extract": false,
"files": [
"vendor/autoload.php"
],
"finder": [
{
"name": "*.php",
"in": "vendor/composer"
},
{
"name": "*.php",
"in": "vendor/d11wtq/boris/lib"
},
{
"name": "*.php",
"in": "vendor/doctrine/instantiator/src"
},
{
"name": "/\\.(php|handlebars)$/",
"in": "vendor/eecli"
},
{
"name": "*.php",
"in": "vendor/illuminate"
},
{
"name": "*.php",
"in": "vendor/nesbot"
},
{
"name": "*.php",
"in": "vendor/danielstjules/stringy/src"
},
{
"name": "*.php",
"in": "vendor/symfony"
},
{
"name": "*.php",
"in": "vendor/xamin/handlebars.php/src"
},
{
"name": "sample.eecli.php",
"in": "./"
}
],
"main": "bin/eecli",
"output": "eecli.phar",
"stub": "src/stub.php",
"web": false
}