-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathbox.json
More file actions
20 lines (20 loc) · 754 Bytes
/
box.json
File metadata and controls
20 lines (20 loc) · 754 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
{
"base-path": null,
"main": "bin/console",
"output": "bin/packagist-vendor-data-exporter.phar",
"files": ["bin/console", "composer.json", "LICENSE.md"],
"directories": ["src"],
"finder": [
{
"notPath": [
"\/\\\/(composer\\.(json|lock)|[A-Z]+\\.md(?:own)?|\\.gitignore|appveyor.yml|phpunit\\.xml\\.dist|phpstan\\.neon\\.dist|phpstan-config\\.neon|phpstan-baseline\\.neon)$\/",
"\/bin\\\/(jsonlint|validate-json|simple-phpunit|phpstan|phpstan\\.phar)(\\.bat)?$\/"
],
"exclude": ["Tests", "tests", "docs"],
"in": "vendor"
}
],
"compactors": ["KevinGH\\Box\\Compactor\\Php"],
"compression": "GZ",
"algorithm": "SHA256"
}