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 e29dc60 commit 43d2df3Copy full SHA for 43d2df3
.github/workflows/ci.yaml
@@ -15,6 +15,10 @@ jobs:
15
strategy:
16
matrix:
17
php-version:
18
+ - "7.0"
19
+ - "7.1"
20
+ - "7.2"
21
+ - "7.3"
22
- "7.4"
23
- "8.0"
24
- "8.1"
composer.json
@@ -9,7 +9,7 @@
9
}
10
],
11
"require": {
12
- "php": "^7.4 || ~8.0.0 || ~8.1.0",
+ "php": ">=7.0",
13
"ext-json": "*"
14
},
"require-dev": {
0 commit comments