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 d3dd25c commit 74cbd32Copy full SHA for 74cbd32
.github/workflows/ci.yml
@@ -26,7 +26,6 @@ jobs:
26
fail-fast: false
27
matrix:
28
version:
29
- - '7.3'
30
- '8.0'
31
- '8.1'
32
- '8.2'
composer.json
@@ -22,7 +22,7 @@
22
"bin": ["bin/splitio"],
23
24
"require": {
25
- "php": ">=7.4",
+ "php": ">=8.0",
"psr/log": "1 - 3",
"predis/predis": "^2.0",
"symfony/yaml": "^5.3|^6.0"
0 commit comments