forked from ezsystems/launchpad
-
Notifications
You must be signed in to change notification settings - Fork 0
/
box.json
36 lines (36 loc) · 787 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
{
"algorithm": "OPENSSL",
"alias": "ez.phar",
"banner": "eZ Launchpad",
"chmod": "0755",
"compression": "GZ",
"compactors": [
"Herrera\\Box\\Compactor\\Json",
"Herrera\\Box\\Compactor\\Php"
],
"directories": [
"src",
"config",
"payload",
"payload/platformsh/.platform"
],
"files": [
"LICENSE",
"payload/platformsh/.platform.app.yaml"
],
"finder": [
{
"name": "*.php",
"exclude": [
"tests",
"Tests"
],
"in": "vendor"
}
],
"git-commit": "package_version",
"main": "bin/ez-prod",
"key": ".travis/ezlaunchpad-private.pem",
"output": "ez.phar",
"stub": true
}