-
Notifications
You must be signed in to change notification settings - Fork 0
/
clite.json
39 lines (39 loc) · 924 Bytes
/
clite.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
{
"application": "ConsoleLite Configuration",
"generated": "2019/06/17 03:41",
"version": "1.0.0",
"stuble": {
"config": {
"name": "ConsoleLite Stub Generator"
}
},
"compile": {
"config": {
"name": "clite.phar",
"index": "docs/tests/test",
"compression": 0,
"signature": null
},
"pack": {
"autoload": "vendor/autoload.php",
"bin": "docs/tests/test",
"files": [
"clite.json",
"composer.json"
],
"directory": [
"src/",
"vendor/"
],
"excludes": [
"Tests/*",
"!*.php"
]
},
"unpack": {
"extract-to": "unpack",
"files": null,
"overwrite": true
}
}
}