forked from richardregeer/phpunit-coverage-check
-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbox.json
28 lines (28 loc) · 856 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
{
"output": "dist/phpunit-coverage-check.phar",
"compactors": [
"KevinGH\\Box\\Compactor\\Php",
"KevinGH\\Box\\Compactor\\Json",
"KevinGH\\Box\\Compactor\\PhpScoper"
],
"compression": "GZ",
"banner": [
"This file is part of PHPUnit Coverage Check.",
"",
"(c) Eric Sizemore <[email protected]>",
"(c) Richard Regeer <[email protected]>",
"",
"This source file is subject to the MIT license. For the full copyright,",
"license information, and credits/acknowledgements, please view the LICENSE",
"and README files that were distributed with this source code."
],
"files": [
"LICENSE",
"README.md",
"SECURITY.md"
],
"directories": [
"src"
],
"force-autodiscovery": true
}