Skip to content

Commit 47d9d1d

Browse files
committed
removed support for php 7
1 parent 5b46045 commit 47d9d1d

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
- 6379:6379
2020
strategy:
2121
matrix:
22-
version: ['7.3', '8.0', '8.1']
22+
version: ['8.0', '8.1', '8.2']
2323
steps:
2424
- name: Checkout code
2525
uses: actions/checkout@v2

CHANGES.txt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
8.0.0 (Jan XX, 2023)
2+
- BREAKING CHANGE: Removed support from versions older than PHP 8.0.
3+
- BREAKING CHANGE: Added support for Multiple Factory Instantiation.
4+
15
7.1.5 (Oct 28, 2022)
26
- Updated phpdocs for `ClientInterface`.
37

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@
2222
"bin": ["bin/splitio"],
2323

2424
"require": {
25-
"php": ">=7.3",
26-
"psr/log": "1 - 3",
25+
"php": ">=8",
26+
"psr/log": "2 - 3",
2727
"predis/predis": "^2.0",
2828
"symfony/yaml": "^5.3|^6.0"
2929
},

0 commit comments

Comments
 (0)