We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 5f0233f + 2c84b3c commit 8e89736Copy full SHA for 8e89736
2 files changed
admin/framework/composer.json
@@ -21,7 +21,7 @@
21
"mikey179/vfsstream": "^1.6",
22
"nexusphp/cs-config": "^3.3",
23
"phpunit/phpunit": "^9.1",
24
- "predis/predis": "^1.1"
+ "predis/predis": "^1.1 || ^2.0"
25
},
26
"suggest": {
27
"ext-fileinfo": "Improves mime type detection for files"
composer.json
@@ -23,7 +23,7 @@
"nexusphp/tachycardia": "^1.0",
"phpstan/phpstan": "^1.7.1",
- "predis/predis": "^1.1",
+ "predis/predis": "^1.1 || ^2.0",
"rector/rector": "0.13.5"
28
29
0 commit comments