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 d067f40 commit 53b3c11Copy full SHA for 53b3c11
.github/workflows/ci.yaml
@@ -16,8 +16,6 @@ jobs:
16
strategy:
17
matrix:
18
php-version:
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.1 || ~8.0.0 || ~8.1.0",
+ "php": "^7.3 || ~8.0.0 || ~8.1.0",
13
"ext-json": "*"
14
},
15
"require-dev": {
0 commit comments