forked from sstalle/php7cc
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbox.json
More file actions
40 lines (40 loc) · 737 Bytes
/
box.json
File metadata and controls
40 lines (40 loc) · 737 Bytes
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
{
"chmod": "0755",
"directories": [
"src",
"bin"
],
"finder": [
{
"exclude": [
"mikey179",
"phpunit",
"phpspec",
"phpdocumentor",
"sebastian",
"phpseclib",
"fabpot",
"phine",
"justinrainbow",
"herrera-io",
"seld",
"doctrine",
"tedivm",
"kherge"
],
"in": [
"vendor"
]
}
],
"files": [
"LICENSE",
"README.md",
"vendor/phpseclib/phpseclib/phpseclib/Crypt/Random.php",
"vendor/herrera-io/json/src/lib/json_version.php",
"vendor/herrera-io/phar-update/src/lib/constants.php"
],
"main": "bin/php7cc.php",
"output": "php7cc.phar",
"stub": true
}