-
Notifications
You must be signed in to change notification settings - Fork 1
/
box.json
43 lines (43 loc) · 902 Bytes
/
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
{
"alias": "eventum",
"chmod": "0755",
"finder": [
{
"name": [
"eventum.php"
],
"in": "."
},
{
"name": [
"*.php"
],
"exclude": [
"SelfUpdateManifestCommand.php"
],
"in": "src"
},
{
"name": [
"*.php"
],
"exclude": [
"tests", "Tests", "Tester", "*Tester.php"
],
"in": "vendor"
},
{
"name": [
"schema.json"
],
"in": "vendor/herrera-io/phar-update/res"
}
],
"compactors": [
"Herrera\\Box\\Compactor\\Php"
],
"main": "eventum.php",
"git-version": "package_version",
"output": "eventum.phar",
"stub": true
}