Subiendo proyecto completo sin restricciones de git ignore
This commit is contained in:
54
vendor/genealabs/laravel-sign-in-with-apple/composer.json
vendored
Normal file
54
vendor/genealabs/laravel-sign-in-with-apple/composer.json
vendored
Normal file
@@ -0,0 +1,54 @@
|
||||
{
|
||||
"name": "genealabs/laravel-sign-in-with-apple",
|
||||
"description": "Add Apple's new single-signon feature to your site with ease.",
|
||||
"type": "library",
|
||||
"license": "MIT",
|
||||
"authors": [
|
||||
{
|
||||
"name": "Mike Bronner",
|
||||
"email": "hello@genealabs.com",
|
||||
"homepage": "https://genealabs.com",
|
||||
"role": "Developer"
|
||||
}
|
||||
],
|
||||
"readme": "README.md",
|
||||
"suggest": {
|
||||
"genealabs/laravel-socialiter": "Automatic user resolution and persistence for any Laravel Socialite driver."
|
||||
},
|
||||
"require": {
|
||||
"php": ">=7.3",
|
||||
"illuminate/support": "^9.0",
|
||||
"laravel/socialite": "^5.3"
|
||||
},
|
||||
"require-dev": {
|
||||
"orchestra/testbench-browser-kit": "^7.0",
|
||||
"orchestra/testbench-dusk": "^7.0",
|
||||
"orchestra/testbench": "^7.0",
|
||||
"predis/predis": "^1.1",
|
||||
"phpunit/phpunit": "^9.5"
|
||||
},
|
||||
"autoload": {
|
||||
"psr-4": {
|
||||
"GeneaLabs\\LaravelSignInWithApple\\": "src/"
|
||||
}
|
||||
},
|
||||
"autoload-dev": {
|
||||
"psr-4": {
|
||||
"GeneaLabs\\LaravelSignInWithApple\\Tests\\": "tests/"
|
||||
}
|
||||
},
|
||||
"extra": {
|
||||
"laravel": {
|
||||
"providers": [
|
||||
"\\GeneaLabs\\LaravelSignInWithApple\\Providers\\ServiceProvider"
|
||||
]
|
||||
}
|
||||
},
|
||||
"config": {
|
||||
"optimize-autoloader": true,
|
||||
"preferred-install": "dist",
|
||||
"sort-packages": true
|
||||
},
|
||||
"minimum-stability": "dev",
|
||||
"prefer-stable": true
|
||||
}
|
||||
Reference in New Issue
Block a user