Subiendo proyecto completo sin restricciones de git ignore
This commit is contained in:
36
vendor/genealabs/laravel-socialiter/composer.json
vendored
Normal file
36
vendor/genealabs/laravel-socialiter/composer.json
vendored
Normal file
@@ -0,0 +1,36 @@
|
||||
{
|
||||
"name": "genealabs/laravel-socialiter",
|
||||
"description": "Automatically manager user persistence and resolution for any Laravel Socialite provider.",
|
||||
"type": "library",
|
||||
"license": "MIT",
|
||||
"authors": [
|
||||
{
|
||||
"name": "Mike Bronner",
|
||||
"email": "hello@genealabs.com"
|
||||
}
|
||||
],
|
||||
"require": {
|
||||
"illuminate/auth": "^9.0",
|
||||
"illuminate/database": "^9.0",
|
||||
"illuminate/support": "^9.0",
|
||||
"laravel/socialite": "^5.3",
|
||||
"genealabs/laravel-overridable-model": "^0.2.0"
|
||||
},
|
||||
"autoload": {
|
||||
"psr-4": {
|
||||
"GeneaLabs\\LaravelSocialiter\\": "src/"
|
||||
}
|
||||
},
|
||||
"extra": {
|
||||
"laravel": {
|
||||
"providers": [
|
||||
"\\GeneaLabs\\LaravelSocialiter\\Providers\\ServiceProvider"
|
||||
],
|
||||
"aliases": {
|
||||
"Socialiter": "\\GeneaLabs\\LaravelSocialiter\\Facades\\Socialiter"
|
||||
}
|
||||
}
|
||||
},
|
||||
"minimum-stability": "dev",
|
||||
"prefer-stable": true
|
||||
}
|
||||
Reference in New Issue
Block a user