Skip to content

Commit

Permalink
Require the latets predis and macbre/monolog-utils
Browse files Browse the repository at this point in the history
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
macbre committed Jan 30, 2025
1 parent f52d363 commit b9c2fa7
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@
"ext-xml": "*",
"ext-xmlwriter": "*",
"ext-zlib": "*",
"predis/predis": "^2.0",
"predis/predis": "2.3.0",
"monolog/monolog": "^3.3.1",
"macbre/monolog-utils": "^3.0.0",
"macbre/monolog-utils": "3.1.0",
"tedivm/jshrink": "^1.2"
},
"autoload": {
Expand Down
8 changes: 4 additions & 4 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit b9c2fa7

Please sign in to comment.