Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Require the latets predis and macbre/monolog-utils
composer require macbre/monolog-utils:3.1.0 predis/predis:2.3.0 The latter fixes some PHP 8.4 deprecations: PHP Deprecated: Predis\Client::createPipeline(): Implicitly marking parameter $options as nullable is deprecated, the explicit nullable type must be used instead PHP Deprecated: Predis\Client::createTransaction(): Implicitly marking parameter $options as nullable is deprecated, the explicit nullable type must be used instead PHP Deprecated: Predis\Client::createPubSub(): Implicitly marking parameter $options as nullable is deprecated, the explicit nullable type must be used instead PHP Deprecated: Predis\Configuration\Options::__construct(): Implicitly marking parameter $options as nullable is deprecated, the explicit nullable type must be used instead
- Loading branch information