mirror of
https://github.com/OPSnet/Logchecker.git
synced 2026-01-16 18:04:27 -05:00
Setup release workflow to upload built phar
This commit is contained in:
35
box.json
Normal file
35
box.json
Normal file
@@ -0,0 +1,35 @@
|
||||
{
|
||||
"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"
|
||||
}
|
||||
Reference in New Issue
Block a user