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 82927ed commit 0b22207Copy full SHA for 0b22207
.github/workflows/ci.yaml
@@ -15,9 +15,6 @@ 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"
composer.json
@@ -9,7 +9,7 @@
9
}
10
],
11
"require": {
12
- "php": ">=7.0",
+ "php": "^7.3 || ~8.0.0 || ~8.1.0",
13
"ext-json": "*"
14
},
"require-dev": {
0 commit comments