lkeme / BiliHelper-personal

哔哩哔哩(Bilibili)助手 - PHP 版(Personal)
MIT License
992 stars 240 forks source link

monolog-colored-line-formatter 中的破坏性更改 #209

Closed Skimige closed 1 year ago

Skimige commented 1 year ago
➜  BiliHelper-personal git:(master) ✗ php app.php          
PHP Fatal error:  Declaration of Bramus\Monolog\Formatter\ColoredLineFormatter::format(Monolog\LogRecord $record): string must be compatible with Monolog\Formatter\LineFormatter::format(array $record): string in /path/to/BiliHelper-personal/vendor/bramus/monolog-colored-line-formatter/src/Formatter/ColoredLineFormatter.php on line 61

Fatal error: Declaration of Bramus\Monolog\Formatter\ColoredLineFormatter::format(Monolog\LogRecord $record): string must be compatible with Monolog\Formatter\LineFormatter::format(array $record): string in /path/to/BiliHelper-personal/vendor/bramus/monolog-colored-line-formatter/src/Formatter/ColoredLineFormatter.php on line 61

composer.json 中指定版本 3.0.6 可缓解;>=3.1.0 则报错如上

PHP 8.2.4