-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.lock
90 lines (90 loc) · 2.92 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
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
{
"_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": "949a463a1c97bddcae082bf0f7ba8d01",
"packages": [
{
"name": "hybridauth/hybridauth",
"version": "dev-master",
"source": {
"type": "git",
"url": "https://github.com/Combodo/hybridauth.git",
"reference": "a672795db3a386d7fa31350013434a1dc9f907be"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/Combodo/hybridauth/zipball/a672795db3a386d7fa31350013434a1dc9f907be",
"reference": "a672795db3a386d7fa31350013434a1dc9f907be",
"shasum": ""
},
"require": {
"php": "^5.4 || ^7.0 || ^8.0"
},
"require-dev": {
"ext-curl": "*",
"phpunit/phpunit": "^4.8.35 || ^6.5 || ^8.0"
},
"suggest": {
"firebase/php-jwt": "Needed to support Apple provider",
"phpseclib/phpseclib": "Needed to support Apple provider"
},
"default-branch": true,
"type": "library",
"autoload": {
"psr-4": {
"Hybridauth\\": "src/"
}
},
"autoload-dev": {
"psr-4": {
"HybridauthTest\\Hybridauth\\": "test/"
}
},
"license": [
"MIT"
],
"authors": [
{
"name": "Miled",
"email": "[email protected]"
}
],
"description": "PHP Social Authentication Library",
"homepage": "https://hybridauth.github.io",
"keywords": [
"api",
"apple",
"authentication",
"authorization",
"facebook",
"google",
"oauth",
"openid",
"social",
"twitter"
],
"support": {
"issues": "https://github.com/hybridauth/hybridauth/issues",
"gitter": "https://gitter.im/hybridauth/hybridauth",
"source": "https://github.com/Combodo/hybridauth/tree/master"
},
"time": "2024-12-03T17:13:48+00:00"
}
],
"packages-dev": [],
"aliases": [],
"minimum-stability": "RC",
"stability-flags": {
"hybridauth/hybridauth": 20
},
"prefer-stable": false,
"prefer-lowest": false,
"platform": {
"composer-runtime-api": "^2.0"
},
"platform-dev": [],
"plugin-api-version": "2.1.0"
}