This repository has been archived by the owner on Oct 6, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathcomposer.lock
110 lines (107 loc) · 3.26 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
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
{
"_readme": [
"This file locks the dependencies of your project to a known state",
"Read more about it at http://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file"
],
"hash": "87c0080459567bb3bbbb6ab54874db7c",
"packages": [
{
"name": "lightopenid/lightopenid",
"version": "dev-master",
"source": {
"type": "git",
"url": "https://git.gitorious.org/lightopenid/lightopenid.git",
"reference": "9d42dc24e4dd34121c98a6491bc3ef7933a68a19"
},
"require": {
"php": ">=5.2.3"
},
"type": "library",
"autoload": {
"classmap": [
"./"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"homepage": "http://code.google.com/p/lightopenid/",
"keywords": [
"OpenId"
],
"time": "2013-10-27 16:25:49"
},
{
"name": "opauth/opauth",
"version": "1.0.*@dev",
"source": {
"type": "git",
"url": "https://github.com/opauth/opauth.git",
"reference": "1e0b722a6864da5f2cbba9ffe04f23bf1909228f"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/opauth/opauth/zipball/1e0b722a6864da5f2cbba9ffe04f23bf1909228f",
"reference": "1e0b722a6864da5f2cbba9ffe04f23bf1909228f",
"shasum": ""
},
"require": {
"php": ">=5.3.0"
},
"suggest": {
"opauth/facebook": "Allows Facebook authentication",
"opauth/google": "Allows Google authentication",
"opauth/twitter": "Allows Twitter authentication"
},
"type": "library",
"autoload": {
"psr-0": {
"Opauth": "lib/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "U-Zyn Chua",
"email": "[email protected]",
"homepage": "http://uzyn.com"
},
{
"name": "Ceeram",
"email": "[email protected]"
}
],
"description": "Multi-provider authentication framework for PHP",
"homepage": "http://opauth.org",
"keywords": [
"Authentication",
"OpenId",
"auth",
"facebook",
"google",
"oauth",
"omniauth",
"twitter"
],
"time": "2013-09-15 18:25:44"
}
],
"packages-dev": [
],
"aliases": [
],
"minimum-stability": "stable",
"stability-flags": {
"lightopenid/lightopenid": 20,
"opauth/opauth": 20
},
"platform": {
"php": ">=5.3.0"
},
"platform-dev": [
]
}