Skip to content

Commit 0488741

Browse files
authored
Merge pull request #12 from ariyanshiputech/update-laravel-12x
Add Compatibility with Laravel 12.x
2 parents 12cea6a + 0ada2dd commit 0488741

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

composer.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "genealabs/laravel-socialiter",
3-
"description": "Automatically manager user persistence and resolution for any Laravel Socialite provider.",
3+
"description": "Automatically manage user persistence and resolution for any Laravel Socialite provider.",
44
"type": "library",
55
"license": "MIT",
66
"authors": [
@@ -10,11 +10,11 @@
1010
}
1111
],
1212
"require": {
13-
"illuminate/auth": "^10.0",
14-
"illuminate/database": "^10.0",
15-
"illuminate/support": "^10.0",
13+
"illuminate/auth": "^10.0|^11.0|^12.0",
14+
"illuminate/database": "^10.0|^11.0|^12.0",
15+
"illuminate/support": "^10.0|^11.0|^12.0",
1616
"laravel/socialite": "^5.3",
17-
"genealabs/laravel-overridable-model": "^10.0"
17+
"genealabs/laravel-overridable-model": "^10.0|^11.0|^12.0"
1818
},
1919
"autoload": {
2020
"psr-4": {
@@ -24,10 +24,10 @@
2424
"extra": {
2525
"laravel": {
2626
"providers": [
27-
"\\GeneaLabs\\LaravelSocialiter\\Providers\\ServiceProvider"
27+
"GeneaLabs\\LaravelSocialiter\\Providers\\ServiceProvider"
2828
],
2929
"aliases": {
30-
"Socialiter": "\\GeneaLabs\\LaravelSocialiter\\Facades\\Socialiter"
30+
"Socialiter": "GeneaLabs\\LaravelSocialiter\\Facades\\Socialiter"
3131
}
3232
}
3333
},

0 commit comments

Comments
 (0)