We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 02867a7 commit 727cc5dCopy full SHA for 727cc5d
admin/framework/composer.json
@@ -24,7 +24,7 @@
24
"mikey179/vfsstream": "^1.6",
25
"nexusphp/cs-config": "^3.6",
26
"phpunit/phpunit": "^10.5.16 || ^11.2",
27
- "predis/predis": "^1.1 || ^2.0"
+ "predis/predis": "^1.1 || 2.x-dev"
28
},
29
"suggest": {
30
"ext-curl": "If you use CURLRequest class",
composer.json
@@ -27,7 +27,7 @@
"phpstan/phpstan-strict-rules": "^1.6",
"phpunit/phpcov": "^9.0.2 || ^10.0",
- "predis/predis": "^1.1 || ^2.0",
+ "predis/predis": "^1.1 || 2.x-dev",
31
"rector/rector": "1.2.8"
32
33
"replace": {
0 commit comments