Skip to content

Commit

Permalink
Update league/oauth2-server requirement from ^8.1 to ^9.0
Browse files Browse the repository at this point in the history
Updates the requirements on [league/oauth2-server](https://github.com/thephpleague/oauth2-server) to permit the latest version.
- [Release notes](https://github.com/thephpleague/oauth2-server/releases)
- [Changelog](https://github.com/thephpleague/oauth2-server/blob/master/CHANGELOG.md)
- [Commits](thephpleague/oauth2-server@8.1.0...9.0.0)

---
updated-dependencies:
- dependency-name: league/oauth2-server
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jul 9, 2024
1 parent 95c2c24 commit 3137fd0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"require": {
"php": ">=8.1",
"codeigniter4/framework": "^4.0",
"league/oauth2-server": "^8.1",
"league/oauth2-server": "^9.0",
"laminas/laminas-diactoros": "^3.3.1",
"steverhoades/oauth2-openid-connect-server": "^2.0"
},
Expand Down

0 comments on commit 3137fd0

Please sign in to comment.