This repository has been archived by the owner on Apr 14, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathcomposer.lock
71 lines (71 loc) · 2.35 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
{
"_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": "2a6916c325e2b98cb0d886d44da58dda",
"packages": [
{
"name": "iignatov/lightopenid",
"version": "1.0.0",
"source": {
"type": "git",
"url": "https://github.com/WillSkates/LightOpenID.git",
"reference": "15264c31aef8bbe7ea18f12b6da4ccdb9927f9fa"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/WillSkates/LightOpenID/zipball/15264c31aef8bbe7ea18f12b6da4ccdb9927f9fa",
"reference": "15264c31aef8bbe7ea18f12b6da4ccdb9927f9fa",
"shasum": ""
},
"require": {
"php": ">=5.2"
},
"type": "library",
"autoload": {
"classmap": [
"openid.php",
"provider/provider.php"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Ignat Ignatov",
"homepage": "https://github.com/iignatov/LightOpenID"
},
{
"name": "Mewp",
"homepage": "https://code.google.com/p/lightopenid/"
}
],
"description": "Lightweight PHP5 library for easy OpenID authentication.",
"homepage": "https://github.com/iignatov/LightOpenID",
"keywords": [
"Authentication",
"OpenId",
"security"
],
"support": {
"source": "https://github.com/WillSkates/LightOpenID/tree/1.0.0"
},
"time": "2014-01-27T06:01:05+00:00"
}
],
"packages-dev": [],
"aliases": [],
"minimum-stability": "stable",
"stability-flags": [],
"prefer-stable": false,
"prefer-lowest": false,
"platform": {
"php": ">=7.2"
},
"platform-dev": [],
"plugin-api-version": "2.0.0"
}