-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomposer.lock
More file actions
124 lines (124 loc) · 3.98 KB
/
composer.lock
File metadata and controls
124 lines (124 loc) · 3.98 KB
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
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
{
"_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",
"This file is @generated automatically"
],
"content-hash": "a2debf8e36a4cfda24b1e96c11d3d70a",
"packages": [
{
"name": "hybridauth/hybridauth",
"version": "3.2.0",
"source": {
"type": "git",
"url": "https://github.com/hybridauth/hybridauth.git",
"reference": "2edf92f07b94fcc9e17ea14e2a1644b83981af7d"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/hybridauth/hybridauth/zipball/2edf92f07b94fcc9e17ea14e2a1644b83981af7d",
"reference": "2edf92f07b94fcc9e17ea14e2a1644b83981af7d",
"shasum": ""
},
"require": {
"php": ">=5.4.0"
},
"require-dev": {
"ext-curl": "*",
"phpunit/phpunit": "^4.8.35 || ^6.5 || ^8"
},
"type": "library",
"autoload": {
"psr-4": {
"Hybridauth\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Miled",
"email": "hybridauth@gmail.com"
}
],
"description": "PHP Social Authentication Library",
"homepage": "https://hybridauth.github.io",
"keywords": [
"Authentication",
"OpenId",
"api",
"authorization",
"facebook",
"google",
"oauth",
"social",
"twitter"
],
"time": "2020-03-04T14:32:04+00:00"
},
{
"name": "phpmv/ubiquity",
"version": "2.3.5",
"source": {
"type": "git",
"url": "https://github.com/phpMv/ubiquity.git",
"reference": "f3f2b9ab95a76c72bd54d697c46f56a571127f48"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/phpMv/ubiquity/zipball/f3f2b9ab95a76c72bd54d697c46f56a571127f48",
"reference": "f3f2b9ab95a76c72bd54d697c46f56a571127f48",
"shasum": ""
},
"require": {
"php": ">7.0"
},
"require-dev": {
"phpmv/php-mv-ui": "^2.2",
"phpmv/ubiquity-codeception": "dev-master",
"phpmv/ubiquity-dev": "^0.0",
"phpmv/ubiquity-devtools": "^1.2"
},
"type": "framework",
"extra": {
"branch-alias": {
"dev-master": "2.4.x-dev"
}
},
"autoload": {
"psr-4": {
"Ubiquity\\": "src/Ubiquity/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"Apache-2.0"
],
"authors": [
{
"name": "Jean-Christophe HERON",
"email": "myaddressmail@gmail.com",
"role": "Lead developer"
}
],
"description": "Ubiquity-framework",
"keywords": [
"framework",
"mvc",
"orm",
"php"
],
"time": "2020-04-08T11:38:13+00:00"
}
],
"packages-dev": [],
"aliases": [],
"minimum-stability": "stable",
"stability-flags": [],
"prefer-stable": false,
"prefer-lowest": false,
"platform": [],
"platform-dev": []
}