We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 458770b + 9d603d7 commit 390b264Copy full SHA for 390b264
CHANGES.txt
@@ -1,3 +1,6 @@
1
+7.1.3 (Aug 24, 2022)
2
+ - Updated `predis` dependency to `^2.0`.
3
+
4
7.1.2 (May 24, 2022)
5
- Updated validations to comply with PHP8's stricter type validations.
6
composer.json
@@ -24,7 +24,7 @@
24
"require": {
25
"php": ">=7.3",
26
"psr/log": "~1.0",
27
- "predis/predis": "^1.1.9",
+ "predis/predis": "^2.0",
28
"symfony/yaml": ">=5.3"
29
},
30
@@ -46,5 +46,11 @@
46
"psr-4": {
47
"SplitIO\\Test\\": "tests/"
48
}
49
+ },
50
51
+ "config": {
52
+ "allow-plugins": {
53
+ "symfony/flex": true
54
+ }
55
56
src/SplitIO/Version.php
@@ -3,5 +3,5 @@
class Version
{
- const CURRENT = '7.1.2';
+ const CURRENT = '7.1.3';
7
0 commit comments