-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbox.json
More file actions
68 lines (68 loc) · 2.25 KB
/
Copy pathbox.json
File metadata and controls
68 lines (68 loc) · 2.25 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
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
{
"chmod": "0755",
"finder": [
{
"in": ["app", "bootstrap", "config"]
},
{
"in": ["vendor"],
"exclude": [
"brianium/paratest",
"doctrine/deprecations",
"fidry/cpu-core-counter",
"hamcrest/hamcrest-php",
"jean85/pretty-package-versions",
"laravel/pint",
"mockery/mockery",
"myclabs/deep-copy",
"nikic/php-parser",
"pestphp/pest",
"pestphp/pest-plugin",
"pestphp/pest-plugin-arch",
"pestphp/pest-plugin-mutate",
"phar-io/manifest",
"phar-io/version",
"phpdocumentor/reflection-common",
"phpdocumentor/reflection-docblock",
"phpdocumentor/type-resolver",
"phpstan/phpdoc-parser",
"phpstan/phpstan",
"phpunit/php-code-coverage",
"phpunit/php-file-iterator",
"phpunit/php-invoker",
"phpunit/php-text-template",
"phpunit/php-timer",
"phpunit/phpunit",
"sebastian/cli-parser",
"sebastian/code-unit",
"sebastian/code-unit-reverse-lookup",
"sebastian/comparator",
"sebastian/complexity",
"sebastian/diff",
"sebastian/environment",
"sebastian/exporter",
"sebastian/global-state",
"sebastian/lines-of-code",
"sebastian/object-enumerator",
"sebastian/object-reflector",
"sebastian/recursion-context",
"sebastian/type",
"sebastian/version",
"staabm/side-effects-detector",
"ta-tikoma/phpunit-architecture-test",
"theseer/tokenizer",
"webmozart/assert"
]
}
],
"files": [
"composer.json"
],
"exclude-composer-files": false,
"exclude-dev-files": false,
"compression": "GZ",
"compactors": [
"KevinGH\\Box\\Compactor\\Php",
"KevinGH\\Box\\Compactor\\Json"
]
}