Put upgrade of PHPStan under changed category

This commit is contained in:
Andrew Millington 2018-04-21 21:59:47 +01:00
parent 242dd4dcfe
commit f9a91a79c2
No known key found for this signature in database
GPG Key ID: 815DE090877B53F3

View File

@ -6,8 +6,10 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
## [Unreleased]
### Added
### Changed
- Upgrade PHPStan checks to level 7 (PR #856)
### Added
- Added event emitters for issued access and refresh tokens (PR #860)
- Can now use Defuse\Crypto\Key for encryption/decryption of keys which is faster than the Cryto class (PR #812)