Skip to content

Commit

Permalink
PHP 8 support
Browse files Browse the repository at this point in the history
  • Loading branch information
jarnovanleeuwen committed Dec 28, 2020
1 parent 9135380 commit 5979779
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.

## [Unreleased]

## [0.10.0] - 2020-12-28
### Changed
- Support PHP 8.

## [0.9.0] - 2020-10-28
### Added
- Added `AddAccountRequest`.
Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@
}
},
"require": {
"php": "^7.1",
"jarnovanleeuwen/jwtapi": "^0.3.0"
"php": "^7.2|^8.0",
"jarnovanleeuwen/jwtapi": "^0.4.0"
},
"config": {
"preferred-install": "dist",
Expand Down

0 comments on commit 5979779

Please sign in to comment.