forked from shopware5/sw-cli-tools
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbox.json
More file actions
46 lines (46 loc) · 1.35 KB
/
box.json
File metadata and controls
46 lines (46 loc) · 1.35 KB
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
{
"alias": "sw.phar",
"chmod": "0755",
"compactors": [
"Herrera\\Box\\Compactor\\Json",
"Herrera\\Box\\Compactor\\Php"
],
"directories": ["src", "assets"],
"files": [
"LICENSE",
"README.md",
"config.yaml.dist",
"vendor/autoload.php",
"vendor/herrera-io/phar-update/res/schema.json",
"vendor/shopware-ag/plugin-info/res/plugin-info-schema.json"
],
"finder": [
{
"name": "*.php",
"exclude": ["tests"],
"in": [
"vendor/composer",
"vendor/shopware-ag",
"vendor/justinrainbow",
"vendor/symfony/console",
"vendor/symfony/config",
"vendor/symfony/dependency-injection",
"vendor/symfony/process",
"vendor/symfony/filesystem",
"vendor/symfony/yaml",
"vendor/seld/jsonlint",
"vendor/kherge/amend",
"vendor/justinrainbow/json-schema",
"vendor/herrera-io/json",
"vendor/herrera-io/phar-update",
"vendor/herrera-io/version",
"vendor/dnoegel",
"src"
]
}
],
"git-version": "package_version",
"main": "bin/sw",
"output": "sw.phar",
"stub": true
}