Skip to content

Commit 0ad92eb

Browse files
committed
updated predis dependency
1 parent 566623d commit 0ad92eb

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"require": {
2525
"php": ">=7.3",
2626
"psr/log": "~1.0",
27-
"predis/predis": "^1.1.9",
27+
"predis/predis": "^2.0",
2828
"symfony/yaml": ">=5.3"
2929
},
3030

src/SplitIO/Version.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@
33

44
class Version
55
{
6-
const CURRENT = '7.1.2';
6+
const CURRENT = '7.2.0-rc1';
77
}

0 commit comments

Comments
 (0)