-
Notifications
You must be signed in to change notification settings - Fork 20
/
Copy pathbox.json
48 lines (48 loc) · 1.24 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
{
"alias": "whois.phar",
"chmod": "0755",
"directories": ["src"],
"files": [
"LICENSE",
"data/tld.json",
"vendor/herrera-io/json/src/lib/json_version.php",
"vendor/herrera-io/phar-update/src/lib/constants.php",
"vendor/phpseclib/phpseclib/phpseclib/Crypt/Random.php"
],
"finder": [
{
"name": "*.php",
"exclude": [
"doctrine",
"guzzle",
"herrera-io",
"herrera-io/annotations",
"herrera-io/box",
"herrera-io/version",
"json-schema",
"jsonlint",
"kherge",
"mockery",
"phine",
"php-coveralls",
"php-markdown",
"php-parser",
"phpseclib",
"phpunit",
"pimple",
"psr",
"sami",
"sebastian",
"symfony",
"Tests",
"twig",
"yaml"
],
"in": "vendor"
}
],
"git-version": "package_version",
"main": "bin/whois",
"output": "build/whois.phar",
"stub": true
}