forked from mayflower/PHP_CodeBrowser
-
Notifications
You must be signed in to change notification settings - Fork 0
/
box.json
33 lines (33 loc) · 784 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
29
30
31
32
33
{
"alias": "phpcb.phar",
"compactors": [
"KevinGH\\Box\\Compactor\\Json",
"KevinGH\\Box\\Compactor\\Php"
],
"directories": ["src", "templates"],
"files": [
"LICENSE",
"vendor/autoload.php"
],
"finder": [
{
"name": "*.php",
"path": [
"monolog/monolog",
"phpunit/php-file-iterator",
"psr/log",
"symfony/console",
"symfony/service-contracts"
],
"notPath": [
"Tests",
"test",
"tests"
],
"in": "vendor"
}
],
"git-commit": "git-commit",
"git-version": "git-version",
"output": "phpcb-3.0.0.phar"
}