protected $socialite;
protected $socialAccount;
- protected $validSocialDrivers = ['google', 'github', 'facebook', 'slack', 'twitter', 'azure', 'okta', 'gitlab', 'twitch'];
+ protected $validSocialDrivers = ['google', 'github', 'facebook', 'slack', 'twitter', 'azure', 'okta', 'gitlab', 'twitch', 'discord'];
/**
* SocialAuthService constructor.
{
"_readme": [
"This file locks the dependencies of your project to a known state",
- "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file",
+ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
"This file is @generated automatically"
],
- "content-hash": "3bf33ab103b15b06ca06c85fd8ae3b78",
+ "content-hash": "b9ea2a42e2f7780b3a54d4b7327750e0",
"packages": [
{
"name": "aws/aws-sdk-php",
},
{
"name": "phenx/php-svg-lib",
- "version": "v0.3",
+ "version": "v0.3.0",
"source": {
"type": "git",
"url": "https://github.com/PhenX/php-svg-lib.git",
- "reference": "a85f7fe9fe08d093a4a8583cdd306b553ff918aa"
+ "reference": "8f543ede60386faec9b0012833536de4b6083bb9"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/PhenX/php-svg-lib/zipball/a85f7fe9fe08d093a4a8583cdd306b553ff918aa",
- "reference": "a85f7fe9fe08d093a4a8583cdd306b553ff918aa",
+ "url": "https://api.github.com/repos/PhenX/php-svg-lib/zipball/8f543ede60386faec9b0012833536de4b6083bb9",
+ "reference": "8f543ede60386faec9b0012833536de4b6083bb9",
"shasum": ""
},
"require": {
],
"description": "A library to read, parse and export to PDF SVG files.",
"homepage": "https://github.com/PhenX/php-svg-lib",
- "time": "2017-05-24T10:07:27+00:00"
+ "time": "2018-04-14T14:36:18+00:00"
},
{
"name": "predis/predis",
],
"time": "2016-07-19T19:14:21+00:00"
},
+ {
+ "name": "socialiteproviders/discord",
+ "version": "v2.0.1",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/SocialiteProviders/Discord.git",
+ "reference": "f934ca3f4fa5ea915c1d20852b826e860aa64727"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/SocialiteProviders/Discord/zipball/f934ca3f4fa5ea915c1d20852b826e860aa64727",
+ "reference": "f934ca3f4fa5ea915c1d20852b826e860aa64727",
+ "shasum": ""
+ },
+ "require": {
+ "php": "^5.6 || ^7.0",
+ "socialiteproviders/manager": "~2.0 || ~3.0"
+ },
+ "type": "library",
+ "autoload": {
+ "psr-4": {
+ "SocialiteProviders\\Discord\\": ""
+ }
+ },
+ "notification-url": "https://packagist.org/downloads/",
+ "license": [
+ "MIT"
+ ],
+ "authors": [
+ {
+ "name": "Christopher Eklund",
+ "email": "eklundchristopher@gmail.com"
+ }
+ ],
+ "description": "Discord OAuth2 Provider for Laravel Socialite",
+ "time": "2017-08-28T02:20:40+00:00"
+ },
{
"name": "socialiteproviders/gitlab",
"version": "v3.0.2",