rewrite TablePrinter

This commit is contained in:
crazywhalecc
2022-05-13 02:58:20 +08:00
parent 06b76e4c96
commit 94ed3b9a49
4 changed files with 229 additions and 54 deletions

View File

@@ -26,12 +26,16 @@
"minimum-stability": "stable",
"require": {
"php": "^7.2 || ^7.3 || ^7.4 || ^8.0 || ^8.1",
"psr/log": "^1 || ^2 || ^3"
"psr/log": "^1 || ^2 || ^3",
"symfony/polyfill-mbstring": "^1.0"
},
"config": {
"optimize-autoloader": true,
"sort-packages": true
},
"suggest": {
"ext-mbstring": "Use C/C++ extension instead of polyfill will be more efficient"
},
"require-dev": {
"friendsofphp/php-cs-fixer": "^3.2",
"phpstan/phpstan": "^1.1",