Skip to content

Commit a6e3cc6

Browse files
committed
docs for v4.0
1 parent f2f4243 commit a6e3cc6

2 files changed

Lines changed: 6 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@
22

33
All notable changes to this package will be documented in this file:
44

5+
## 4.0.0
6+
7+
* Add support for Laravel passport v13
8+
* Drop support for Laravel passport v11 and v12
9+
510
## 3.3.0
611

712
* Add support for Laravel 12 and php 8.4

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ The package will automatically register itself.
2727

2828
As the first step, you need to implement `SocialUserResolverInterface`:
2929

30-
Here is an example using [Socialite](https://laravel.com/docs/11.x/socialite) -
30+
Here is an example using [Socialite](https://laravel.com/docs/12.x/socialite) -
3131

3232
```php
3333
<?php

0 commit comments

Comments
 (0)