Skip to content

Commit 2bf57fe

Browse files
committed
Change min PHP requirement to 7.1.x
1 parent a0cf991 commit 2bf57fe

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

.github/workflows/test-unit.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
strategy:
1212
matrix:
1313
operating-system: [ 'ubuntu-latest' ]
14-
php-versions: [ '5.6', '7.0', '7.1', '7.2', '7.3', '8.0', '8.1', '8.2', '8.3', '8.4' ]
14+
php-versions: [ '7.1', '7.2', '7.3', '8.0', '8.1', '8.2', '8.3', '8.4' ]
1515
steps:
1616
- name: Checkout
1717
uses: actions/checkout@v4

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"description": "High definition PHP structures with JSON-schema based validation",
44
"type": "library",
55
"require": {
6-
"php": ">=5.4",
6+
"php": ">=7.1",
77
"ext-json": "*",
88
"phplang/scope-exit": "^1.0",
99
"swaggest/json-diff": "^3.8.2",
@@ -35,7 +35,7 @@
3535
},
3636
"config": {
3737
"platform": {
38-
"php": "5.4.45"
38+
"php": "7.1.33"
3939
}
4040
},
4141
"suggest": {

composer.lock

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)