Skip to content

Commit

Permalink
Drop support for PHP <8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jeromegamez committed Nov 4, 2022
1 parent bbaa95a commit e487b86
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

## Unreleased

Dropped support for PHP <8.1

## [1.0.0] - 2022-02-12

Initial release
Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,11 @@
}
],
"require": {
"php": "~7.4.0 || ~8.0.0 || ~8.1.0",
"php": "~8.1.0 || ~8.2.0",
"ext-json": "*"
},
"require-dev": {
"phpunit/phpunit": "^9.5.13"
"phpunit/phpunit": "^9.5.26"
},
"autoload": {
"files": [
Expand Down

0 comments on commit e487b86

Please sign in to comment.