add log callback feature

This commit is contained in:
sunxyw
2022-05-13 19:43:52 +08:00
parent 3e10a5b758
commit 9bfa140de1
2 changed files with 32 additions and 9 deletions

View File

@@ -57,6 +57,7 @@
"[ $COMPOSER_DEV_MODE -eq 0 ] || vendor/bin/cghooks add"
],
"analyse": "phpstan analyse --memory-limit 300M",
"cs-fix": "php-cs-fixer fix"
"cs-fix": "php-cs-fixer fix",
"test": "phpunit --no-coverage"
}
}