forked from pavelrisenberg/fitbitphp
-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathcomposer.lock
More file actions
77 lines (74 loc) · 2.07 KB
/
composer.lock
File metadata and controls
77 lines (74 loc) · 2.07 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
{
"hash": "2197f9e6feb8a3daad78dc2d1bd5a129",
"packages": [
{
"name": "lusitanian/oauth",
"version": "dev-master",
"source": {
"type": "git",
"url": "https://github.com/TheSavior/PHPoAuthLib.git",
"reference": "45dd1fcbae43ae9095125f44fe604916329a4ea5"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/TheSavior/PHPoAuthLib/zipball/45dd1fcbae43ae9095125f44fe604916329a4ea5",
"reference": "45dd1fcbae43ae9095125f44fe604916329a4ea5",
"shasum": ""
},
"require": {
"php": ">=5.4.0"
},
"require-dev": {
"symfony/http-foundation": "~2.1"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "0.1-dev"
}
},
"autoload": {
"psr-0": {
"OAuth": "src"
}
},
"license": [
"MIT"
],
"authors": [
{
"name": "David Desberg",
"email": "david@daviddesberg.com"
},
{
"name": "Pieter Hordijk",
"email": "info@pieterhordijk.com"
}
],
"description": "PHP 5.4+ oAuth 1/2 Library",
"keywords": [
"authentication",
"authorization",
"oauth",
"security"
],
"support": {
"source": "https://github.com/TheSavior/PHPoAuthLib/tree/master"
},
"time": "2013-03-19 03:32:37"
}
],
"packages-dev": [
],
"aliases": [
],
"minimum-stability": "stable",
"stability-flags": {
"lusitanian/oauth": 20
},
"platform": {
"php": ">=5.4"
},
"platform-dev": [
]
}