1
0
mirror of https://github.com/Seldaek/monolog.git synced 2025-08-06 13:16:39 +02:00

Allow predis 2.x in Monolog 3 as well, fixes #1732

This commit is contained in:
Jordi Boggiano
2022-08-20 15:16:13 +02:00
parent 672dbb39d6
commit 37b747c3e3

View File

@@ -30,7 +30,7 @@
"phpstan/phpstan-deprecation-rules": "^1.0",
"phpstan/phpstan-strict-rules": "^1.1",
"phpunit/phpunit": "^9.5.16",
"predis/predis": "^1.1",
"predis/predis": "^1.1 || ^2",
"ruflin/elastica": "^7",
"symfony/mailer": "^5.4 || ^6",
"symfony/mime": "^5.4 || ^6"