mirror of
https://github.com/OPSnet/Logchecker.git
synced 2026-01-16 18:04:27 -05:00
Fix missing symfony directory in phar
This commit is contained in:
5
box.json
5
box.json
@@ -4,7 +4,10 @@
|
|||||||
"KevinGH\\Box\\Compactor\\Json",
|
"KevinGH\\Box\\Compactor\\Json",
|
||||||
"KevinGH\\Box\\Compactor\\Php"
|
"KevinGH\\Box\\Compactor\\Php"
|
||||||
],
|
],
|
||||||
"directories": ["src"],
|
"directories": [
|
||||||
|
"src",
|
||||||
|
"vendor/symfony/console/Resources"
|
||||||
|
],
|
||||||
"exclude-composer-files": false,
|
"exclude-composer-files": false,
|
||||||
"files": [
|
"files": [
|
||||||
"bin/logchecker",
|
"bin/logchecker",
|
||||||
|
|||||||
Reference in New Issue
Block a user