8000 [13.x] Support OAuth2 Server v9 by hafezdivandari · Pull Request #1734 · laravel/passport · GitHub
[go: up one dir, main page]

Skip to content

[13.x] Support OAuth2 Server v9 #1734

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 22 commits into from
May 17, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update UPGRADE.md
  • Loading branch information
driesvints authored May 16, 2024
commit acea2cfeadb30e28138e04d9b07fc0375ea16349
2 changes: 1 addition & 1 deletion UPGRADE.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ PHP 8.1 is now the minimum required version.

PR: https://github.com/laravel/passport/pull/1734

The underlying `league/oauth2-server` has been updated to v9. We also encourage you to view the changes in their [changelog](https://github.com/thephpleague/oauth2-server/blob/master/CHANGELOG.md#900---released-2024-05-13).
The underlying `league/oauth2-server` has been updated to v9 which added new return types and typehints to methods. We also encourage you to view the changes in their [changelog](https://github.com/thephpleague/oauth2-server/blob/master/CHANGELOG.md#900---released-2024-05-13).

## Upgrading To 12.0 From 11.x

Expand Down
0