-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomposer.lock
More file actions
65 lines (61 loc) · 1.65 KB
/
Copy pathcomposer.lock
File metadata and controls
65 lines (61 loc) · 1.65 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
{
"hash": "8eb19920b1c08f654648992ab4cbcf9e",
"packages": [
{
"name": "webcodr/collection",
"version": "2.0.1",
"source": {
"type": "git",
"url": "https://github.com/WebCodr/Collection.git",
"reference": "2.0.1"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/WebCodr/Collection/zipball/2.0.1",
"reference": "2.0.1",
"shasum": ""
},
"require": {
"php": ">=5.4"
},
"type": "library",
"autoload": {
"psr-0": {
"Collection": "src"
}
},
"notification-url": "http://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "David Henning",
"email": "madcat.me@gmail.com",
"homepage": "http://webcodr.de",
"role": "Developer"
}
],
"description": "Collection library for PHP",
"homepage": "https://github.com/WebCodr/Collection",
"keywords": [
"array",
"collection"
],
"time": "2013-04-01 16:11:11"
}
],
"packages-dev": [
],
"aliases": [
],
"minimum-stability": "stable",
"stability-flags": [
],
"platform": {
"php": ">=5.4.0",
"ext-mongo": ">=1.2.0"
},
"platform-dev": [
]
}