Skip to content

Commit 9fd5db9

Browse files
authored
Merge branch 'thephpleague:master' into openid-implementation
2 parents 2503f38 + ab7714d commit 9fd5db9

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff 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

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
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",

0 commit comments

Comments
 (0)