Skip to content

Commit 6cebe69

Browse files
committed
support for php 7.4
1 parent 54b7977 commit 6cebe69

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
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: ['8.0', '8.1', '8.2']
22+
version: ['7.4', '8.0', '8.2']
2323
steps:
2424
- name: Checkout code
2525
uses: actions/checkout@v2

CHANGES.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
8.0.0 (Jan XX, 2023)
2-
- BREAKING CHANGE: Removed support from versions older than PHP 8.0.
2+
- BREAKING CHANGE: Removed support from versions older than PHP 7.4.
33
- BREAKING CHANGE: Added support for Multiple Factory Instantiation.
44

55
7.1.5 (Oct 28, 2022)

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": ">=8",
26-
"psr/log": "2 - 3",
25+
"php": ">=7.4",
26+
"psr/log": "1 - 3",
2727
"predis/predis": "^2.0",
2828
"symfony/yaml": "^5.3|^6.0"
2929
},

0 commit comments

Comments
 (0)