Skip to content

Commit

Permalink
Change min PHP requirement to 7.1.x
Browse files Browse the repository at this point in the history
  • Loading branch information
cedric-anne committed Jul 26, 2024
1 parent a0cf991 commit 2bf57fe
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test-unit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
strategy:
matrix:
operating-system: [ 'ubuntu-latest' ]
php-versions: [ '5.6', '7.0', '7.1', '7.2', '7.3', '8.0', '8.1', '8.2', '8.3', '8.4' ]
php-versions: [ '7.1', '7.2', '7.3', '8.0', '8.1', '8.2', '8.3', '8.4' ]
steps:
- name: Checkout
uses: actions/checkout@v4
Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"description": "High definition PHP structures with JSON-schema based validation",
"type": "library",
"require": {
"php": ">=5.4",
"php": ">=7.1",
"ext-json": "*",
"phplang/scope-exit": "^1.0",
"swaggest/json-diff": "^3.8.2",
Expand Down Expand Up @@ -35,7 +35,7 @@
},
"config": {
"platform": {
"php": "5.4.45"
"php": "7.1.33"
}
},
"suggest": {
Expand Down
8 changes: 4 additions & 4 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 2bf57fe

Please sign in to comment.