-
Notifications
You must be signed in to change notification settings - Fork 2
/
box.json.dist
37 lines (37 loc) · 916 Bytes
/
box.json.dist
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
{
"main": "main.php",
"output": "bin/socket-log-server.phar",
"check-requirements": true,
"directories": [
"src"
],
"finder": [
{
"notName": "/LICENSE|.*\\.md|.*\\.dist|Makefile|composer\\.json|composer\\.lock/",
"exclude": [
"doc",
"test",
"test_old",
"tests",
"Tests",
"vendor-bin"
],
"in": "vendor"
},
{
"name": "composer.json",
"in": "."
}
],
"alias": "socket-log-server.phar",
"compression": "GZ",
"compactors": [
"KevinGH\\Box\\Compactor\\Json",
"KevinGH\\Box\\Compactor\\Php"
],
"exclude-composer-files": true,
"exclude-dev-files": false,
"dump-autoload": false,
"datetime": "compile-datetime",
"git-tag": "app-version"
}