Skip to content

Commit 8e89736

Browse files
authored
Merge pull request #6100 from codeigniter4/dependabot/composer/predis/predis-tw-2.0
2 parents 5f0233f + 2c84b3c commit 8e89736

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": "^1.1"
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": "^1.1",
26+
"predis/predis": "^1.1 || ^2.0",
2727
"rector/rector": "0.13.5"
2828
},
2929
"suggest": {

0 commit comments

Comments
 (0)