mirror of
https://github.com/OPSnet/Logchecker.git
synced 2026-01-16 18:04:27 -05:00
36 lines
767 B
JSON
36 lines
767 B
JSON
{
|
|
"alias": "logchecker.phar",
|
|
"compactors": [
|
|
"KevinGH\\Box\\Compactor\\Json",
|
|
"KevinGH\\Box\\Compactor\\Php"
|
|
],
|
|
"directories": ["src"],
|
|
"exclude-composer-files": false,
|
|
"files": [
|
|
"bin/logchecker",
|
|
"composer.json",
|
|
"LICENSE.md"
|
|
],
|
|
"finder": [
|
|
{
|
|
"name": "*.php",
|
|
"exclude": [
|
|
"File",
|
|
"mikey179",
|
|
"Net",
|
|
"phpunit",
|
|
"phpunit-test-case",
|
|
"Tester",
|
|
"Tests",
|
|
"tests"
|
|
],
|
|
"in": "vendor"
|
|
},
|
|
{
|
|
"name": "composer.json",
|
|
"in": "."
|
|
}
|
|
],
|
|
"output": "logchecker.phar"
|
|
}
|