-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathcomposer.lock
118 lines (118 loc) · 3.78 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
111
112
113
114
115
116
117
118
{
"_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",
"This file is @generated automatically"
],
"hash": "b52f922c9c50c614a102569c15b92e85",
"packages": [
{
"name": "eloquent/enumeration",
"version": "dev-master",
"source": {
"type": "git",
"url": "https://github.com/eloquent/enumeration.git",
"reference": "9c50109cf25b2008b9b8233b814e50e0cdf8b737"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/eloquent/enumeration/zipball/9c50109cf25b2008b9b8233b814e50e0cdf8b737",
"reference": "9c50109cf25b2008b9b8233b814e50e0cdf8b737",
"shasum": ""
},
"require": {
"php": ">=5.3"
},
"require-dev": {
"icecave/archer": "~1"
},
"type": "library",
"autoload": {
"psr-4": {
"Eloquent\\Enumeration\\": "src"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Erin Millard",
"email": "[email protected]",
"homepage": "http://ezzatron.com/"
}
],
"description": "An enumeration implementation for PHP.",
"homepage": "https://github.com/eloquent/enumeration",
"keywords": [
"class",
"enum",
"enumeration",
"multiton",
"set",
"type"
],
"time": "2014-03-13 01:16:59"
},
{
"name": "nategood/httpful",
"version": "0.2.17",
"source": {
"type": "git",
"url": "https://github.com/nategood/httpful.git",
"reference": "7beda470b57250f60ce1b0179c5551620c3e43e6"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/nategood/httpful/zipball/7beda470b57250f60ce1b0179c5551620c3e43e6",
"reference": "7beda470b57250f60ce1b0179c5551620c3e43e6",
"shasum": ""
},
"require": {
"ext-curl": "*",
"php": ">=5.3"
},
"require-dev": {
"phpunit/phpunit": "*"
},
"type": "library",
"autoload": {
"psr-0": {
"Httpful": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Nate Good",
"email": "[email protected]",
"homepage": "http://nategood.com"
}
],
"description": "A Readable, Chainable, REST friendly, PHP HTTP Client",
"homepage": "http://github.com/nategood/httpful",
"keywords": [
"api",
"curl",
"http",
"requests",
"rest",
"restful"
],
"time": "2014-08-24 21:57:36"
}
],
"packages-dev": [],
"aliases": [],
"minimum-stability": "stable",
"stability-flags": {
"eloquent/enumeration": 20
},
"prefer-stable": false,
"platform": [],
"platform-dev": []
}