-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.lock
74 lines (74 loc) · 2.56 KB
/
composer.lock
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
{
"_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#installing-dependencies",
"This file is @generated automatically"
],
"content-hash": "ad28b7c431ba505cfe9f7fd5d86e662d",
"packages": [
{
"name": "martinbean/socialite-discord-provider",
"version": "1.2.0",
"source": {
"type": "git",
"url": "https://github.com/martinbean/socialite-discord-provider.git",
"reference": "c59e39ad5e992a15547498765fb8509d2a32264e"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/martinbean/socialite-discord-provider/zipball/c59e39ad5e992a15547498765fb8509d2a32264e",
"reference": "c59e39ad5e992a15547498765fb8509d2a32264e",
"shasum": ""
},
"require": {
"facade/ignition-contracts": "^1.0",
"laravel/socialite": "^4.0|^5.0"
},
"type": "library",
"extra": {
"laravel": {
"providers": [
"MartinBean\\Laravel\\Socialite\\DiscordServiceProvider"
]
}
},
"autoload": {
"psr-4": {
"MartinBean\\Laravel\\Socialite\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Martin Bean",
"email": "[email protected]",
"homepage": "https://martinbean.co.uk"
}
],
"description": "A Discord provider for Laravel Socialite.",
"keywords": [
"discord",
"laravel",
"oauth",
"socialite"
],
"support": {
"issues": "https://github.com/martinbean/socialite-discord-provider/issues",
"source": "https://github.com/martinbean/socialite-discord-provider"
},
"time": "2020-10-03T12:55:47+00:00"
}
],
"packages-dev": [],
"aliases": [],
"minimum-stability": "stable",
"stability-flags": [],
"prefer-stable": false,
"prefer-lowest": false,
"platform": [],
"platform-dev": [],
"plugin-api-version": "2.0.0"
}