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.
1 parent 54b7977 commit 6cebe69Copy full SHA for 6cebe69
.github/workflows/ci.yml
@@ -19,7 +19,7 @@ jobs:
19
- 6379:6379
20
strategy:
21
matrix:
22
- version: ['8.0', '8.1', '8.2']
+ version: ['7.4', '8.0', '8.2']
23
steps:
24
- name: Checkout code
25
uses: actions/checkout@v2
CHANGES.txt
@@ -1,5 +1,5 @@
1
8.0.0 (Jan XX, 2023)
2
- - BREAKING CHANGE: Removed support from versions older than PHP 8.0.
+ - BREAKING CHANGE: Removed support from versions older than PHP 7.4.
3
- BREAKING CHANGE: Added support for Multiple Factory Instantiation.
4
5
7.1.5 (Oct 28, 2022)
composer.json
@@ -22,8 +22,8 @@
"bin": ["bin/splitio"],
"require": {
- "php": ">=8",
26
- "psr/log": "2 - 3",
+ "php": ">=7.4",
+ "psr/log": "1 - 3",
27
"predis/predis": "^2.0",
28
"symfony/yaml": "^5.3|^6.0"
29
},
0 commit comments