Skip to content

Commit 0b22207

Browse files
committed
Raise min PHP version to 7.3
1 parent 82927ed commit 0b22207

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

.github/workflows/ci.yaml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,6 @@ jobs:
1515
strategy:
1616
matrix:
1717
php-version:
18-
- "7.0"
19-
- "7.1"
20-
- "7.2"
2118
- "7.3"
2219
- "7.4"
2320
- "8.0"

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
}
1010
],
1111
"require": {
12-
"php": ">=7.0",
12+
"php": "^7.3 || ~8.0.0 || ~8.1.0",
1313
"ext-json": "*"
1414
},
1515
"require-dev": {

0 commit comments

Comments
 (0)