There was an error while loading. Please reload this page.
1 parent f2f4243 commit a6e3cc6Copy full SHA for a6e3cc6
2 files changed
CHANGELOG.md
@@ -2,6 +2,11 @@
2
3
All notable changes to this package will be documented in this file:
4
5
+## 4.0.0
6
+
7
+* Add support for Laravel passport v13
8
+* Drop support for Laravel passport v11 and v12
9
10
## 3.3.0
11
12
* Add support for Laravel 12 and php 8.4
README.md
@@ -27,7 +27,7 @@ The package will automatically register itself.
27
28
As the first step, you need to implement `SocialUserResolverInterface`:
29
30
-Here is an example using [Socialite](https://laravel.com/docs/11.x/socialite) -
+Here is an example using [Socialite](https://laravel.com/docs/12.x/socialite) -
31
32
```php
33
<?php
0 commit comments