-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomposer.lock
More file actions
100 lines (98 loc) · 2.84 KB
/
Copy pathcomposer.lock
File metadata and controls
100 lines (98 loc) · 2.84 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
{
"hash": "d23e3193ac9ba479035ab5a09d8da7a4",
"packages": [
{
"name": "kriswallsmith/buzz",
"version": "v0.7",
"source": {
"type": "git",
"url": "http://github.com/kriswallsmith/Buzz.git",
"reference": "v0.7"
},
"dist": {
"type": "zip",
"url": "https://github.com/kriswallsmith/Buzz/zipball/v0.7",
"reference": "v0.7",
"shasum": ""
},
"require": {
"php": ">=5.3.0"
},
"suggest": {
"ext-curl": "*"
},
"time": "2012-06-25 12:01:38",
"type": "library",
"installation-source": "dist",
"autoload": {
"psr-0": {
"Buzz": "lib/"
}
},
"license": [
"MIT"
],
"authors": [
{
"name": "Kris Wallsmith",
"email": "kris.wallsmith@gmail.com",
"homepage": "http://kriswallsmith.net/"
}
],
"description": "Lightweight HTTP client",
"homepage": "https://github.com/kriswallsmith/Buzz",
"keywords": [
"curl",
"http client"
]
},
{
"name": "mustache/mustache",
"version": "v2.0.2",
"source": {
"type": "git",
"url": "https://github.com/bobthecow/mustache.php",
"reference": "v2.0.2"
},
"dist": {
"type": "zip",
"url": "https://github.com/bobthecow/mustache.php/zipball/v2.0.2",
"reference": "v2.0.2",
"shasum": ""
},
"require": {
"php": ">=5.2.4"
},
"time": "2012-09-12 09:13:06",
"type": "library",
"installation-source": "dist",
"autoload": {
"psr-0": {
"Mustache": "src/"
}
},
"license": [
"MIT"
],
"authors": [
{
"name": "Justin Hileman",
"email": "justin@justinhileman.info",
"homepage": "http://justinhileman.com"
}
],
"description": "A Mustache implementation in PHP.",
"homepage": "https://github.com/bobthecow/mustache.php",
"keywords": [
"templating",
"mustache"
]
}
],
"packages-dev": null,
"aliases": [
],
"minimum-stability": "stable",
"stability-flags": [
]
}