Skip to content

Commit 0ae4db4

Browse files
authored
Merge pull request #86 from simPod/min-7.3
Require min php 7.3
2 parents d6a4a63 + 53b3c11 commit 0ae4db4

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

.github/workflows/ci.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,6 @@ jobs:
1616
strategy:
1717
matrix:
1818
php-version:
19-
- "7.1"
20-
- "7.2"
2119
- "7.3"
2220
- "7.4"
2321
- "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.1 || ~8.0.0 || ~8.1.0",
12+
"php": "^7.3 || ~8.0.0 || ~8.1.0",
1313
"ext-json": "*"
1414
},
1515
"require-dev": {

0 commit comments

Comments
 (0)