Skip to content

Commit 445a445

Browse files
[10.x] Upgrade guide (#1345)
* Update README.md * Update UPGRADE.md Co-authored-by: Taylor Otwell <taylor@laravel.com>
1 parent 8a84da3 commit 445a445

File tree

1 file changed

+18
-2
lines changed

1 file changed

+18
-2
lines changed

UPGRADE.md

Lines changed: 18 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,23 @@ After updating Passport, you should always re-publish and re-compile the Vue "qu
66

77
php artisan vendor:publish --tag=passport-views --force
88

9-
## Upgrading To 9.0 From 8.0
9+
## Upgrading To 10.0 From 9.x
10+
11+
### Minimum PHP Version
12+
13+
PHP 7.3 is now the minimum required version.
14+
15+
### Minimum Laravel Version
16+
17+
Laravel 8.0 is now the minimum required version.
18+
19+
### Old Static Personal Client Methods Removed
20+
21+
PR: https://github.com/laravel/passport/pull/1325
22+
23+
The personal client configuration methods have been removed from the `Passport` class since they are no longer necessary. You should remove calls to these methods from your `AuthServiceProvider`.
24+
25+
## Upgrading To 9.0 From 8.x
1026

1127
### Support For Multiple Guards
1228

@@ -67,7 +83,7 @@ PR: https://github.com/laravel/passport/pull/1235
6783
The deprecated `revokeOtherTokens` and `pruneRevokedTokens` methods and the `revokeOtherTokens` and `pruneRevokedTokens` properties were removed from the `Passport` object.
6884

6985

70-
## Upgrading To 8.0 From 7.0
86+
## Upgrading To 8.0 From 7.x
7187

7288
### Minimum & Upgraded Versions
7389

0 commit comments

Comments
 (0)