Skip to content

Commit b8486c2

Browse files
Use both predis v1.1 and v2.0
Co-authored-by: MGatner <mgatner@icloud.com>
1 parent c1dceda commit b8486c2

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

admin/framework/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"mikey179/vfsstream": "^1.6",
2222
"nexusphp/cs-config": "^3.3",
2323
"phpunit/phpunit": "^9.1",
24-
"predis/predis": "^2.0"
24+
"predis/predis": "^1.1 || ^2.0"
2525
},
2626
"suggest": {
2727
"ext-fileinfo": "Improves mime type detection for files"

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"nexusphp/tachycardia": "^1.0",
2424
"phpstan/phpstan": "^1.7.1",
2525
"phpunit/phpunit": "^9.1",
26-
"predis/predis": "^2.0",
26+
"predis/predis": "^1.1 || ^2.0",
2727
"rector/rector": "0.13.4"
2828
},
2929
"suggest": {

0 commit comments

Comments
 (0)