Skip to content

Commit 4af4167

Browse files
authored
Merge pull request #188 from splitio/develop
Develop
2 parents 566623d + 390b264 commit 4af4167

File tree

3 files changed

+11
-2
lines changed

3 files changed

+11
-2
lines changed

CHANGES.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
7.1.3 (Aug 24, 2022)
2+
- Updated `predis` dependency to `^2.0`.
3+
14
7.1.2 (May 24, 2022)
25
- Updated validations to comply with PHP8's stricter type validations.
36

composer.json

Lines changed: 7 additions & 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

@@ -46,5 +46,11 @@
4646
"psr-4": {
4747
"SplitIO\\Test\\": "tests/"
4848
}
49+
},
50+
51+
"config": {
52+
"allow-plugins": {
53+
"symfony/flex": true
54+
}
4955
}
5056
}

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.1.3';
77
}

0 commit comments

Comments
 (0)