File tree Expand file tree Collapse file tree 2 files changed +7
-2
lines changed Expand file tree Collapse file tree 2 files changed +7
-2
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
66
77## [ Unreleased]
88
9+ ## [ 8.5.4] - released 2023-08-25
10+ ### Added
11+ - Support for league/uri ^7.0 (PR #1367 )
12+
913## [ 8.5.3] - released 2023-07-06
1014### Security
1115- If a key string is provided to the CryptKey constructor with an invalid
@@ -602,7 +606,8 @@ Version 5 is a complete code rewrite.
602606
603607- First major release
604608
605- [ Unreleased ] : https://github.com/thephpleague/oauth2-server/compare/8.5.3...HEAD
609+ [ Unreleased ] : https://github.com/thephpleague/oauth2-server/compare/8.5.4...HEAD
610+ [ 8.5.4 ] : https://github.com/thephpleague/oauth2-server/compare/8.5.3...8.5.4
606611[ 8.5.3 ] : https://github.com/thephpleague/oauth2-server/compare/8.5.2...8.5.3
607612[ 8.5.2 ] : https://github.com/thephpleague/oauth2-server/compare/8.5.1...8.5.2
608613[ 8.5.1 ] : https://github.com/thephpleague/oauth2-server/compare/8.5.0...8.5.1
Original file line number Diff line number Diff line change 77 "php" : " ^8.0" ,
88 "ext-openssl" : " *" ,
99 "league/event" : " ^2.2" ,
10- "league/uri" : " ^6.7" ,
10+ "league/uri" : " ^6.7 || ^7.0 " ,
1111 "lcobucci/jwt" : " ^4.3 || ^5.0" ,
1212 "psr/http-message" : " ^1.0.1 || ^2.0" ,
1313 "defuse/php-encryption" : " ^2.3" ,
You can’t perform that action at this time.
0 commit comments