See if reverting predis helps with a bug upstream
Gitea - aviat/banker/pipeline/head This commit looks good Details

This commit is contained in:
Timothy Warren 2023-03-16 22:02:08 -04:00
parent 37d8e1c718
commit a1279b2980
1 changed files with 2 additions and 2 deletions

View File

@ -28,8 +28,8 @@
"require": {
"php": ">= 8",
"ext-json": "*",
"predis/predis": "^2.1.2",
"psr/log": "*",
"predis/predis": "^v1.1.10",
"psr/log": "^1.1.0 || ^3.0.0",
"psr/cache": "^3.0.0",
"psr/simple-cache": "^3.0.0"
},