-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbox.json.dist
More file actions
36 lines (36 loc) · 963 Bytes
/
box.json.dist
File metadata and controls
36 lines (36 loc) · 963 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
{
"$schema": "https://raw.githubusercontent.com/box-project/box/main/res/schema.json",
"main": "bin/dw",
"output": "build/dw.phar",
"chmod": "0755",
"directories": ["src", "schemas"],
"finder": [
{
"name": "*.php",
"exclude": ["tests", "Tests", "test", "docs", "doc", "examples"],
"in": "vendor"
},
{
"name": ["LICENSE", "LICENSE.md"],
"in": "vendor"
},
{
"name": "*",
"in": "vendor/symfony/console/Resources"
}
],
"compactors": [
"KevinGH\\Box\\Compactor\\Php",
"KevinGH\\Box\\Compactor\\Json"
],
"compression": "GZ",
"banner": [
"Durable Workflow CLI",
"",
"(c) Durable Workflow <support@durable-workflow.com>",
"",
"Distributed under the MIT license."
],
"exclude-composer-files": true,
"check-requirements": true
}