-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.lock
119 lines (118 loc) · 3.9 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
119
{
"hash": "ce18544124ebb8a532edf2b94e4a2696",
"packages": [
{
"name": "kriswallsmith/buzz",
"version": "dev-master",
"source": {
"type": "git",
"url": "http://github.com/kriswallsmith/Buzz.git",
"reference": "988bf14201ffbed940f23b42f87302e6adec4c21"
},
"dist": {
"type": "zip",
"url": "https://github.com/kriswallsmith/Buzz/archive/988bf14201ffbed940f23b42f87302e6adec4c21.zip",
"reference": "988bf14201ffbed940f23b42f87302e6adec4c21",
"shasum": ""
},
"require": {
"php": ">=5.3.0"
},
"suggest": {
"ext-curl": "*"
},
"time": "1345206213",
"type": "library",
"installation-source": "source",
"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": "willdurand/geocoder",
"version": "dev-master",
"source": {
"type": "git",
"url": "https://github.com/willdurand/Geocoder",
"reference": "889b8abc0c228597138c8095ab6735ecf6bfc940"
},
"dist": {
"type": "zip",
"url": "https://github.com/willdurand/Geocoder/archive/889b8abc0c228597138c8095ab6735ecf6bfc940.zip",
"reference": "889b8abc0c228597138c8095ab6735ecf6bfc940",
"shasum": ""
},
"require": {
"php": ">=5.3.0"
},
"require-dev": {
"kriswallsmith/buzz": "*",
"guzzle/guzzle": "*",
"zendframework/zend-http": "*"
},
"suggest": {
"kriswallsmith/buzz": "Enabling Buzz allows you to use the BuzzHttpAdapter, it's the recommended HTTP layer.",
"ext-curl": "Enabling the curl extension allows you to use CurlHttpAdapter.",
"guzzle/guzzle": "Enabling Guzzle allows you to use the GuzzleHttpAdapter.",
"zendframework/zend-http": "Enabling Zend_Http allows you to use the ZendHttpAdapter"
},
"time": "1352546283",
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.1-dev"
}
},
"installation-source": "source",
"autoload": {
"psr-0": {
"Geocoder": "src/"
}
},
"license": [
"MIT"
],
"authors": [
{
"name": "William Durand",
"email": "william.durand1@gmail.com",
"homepage": "http://www.willdurand.fr"
}
],
"description": "The almost missing Geocoder PHP 5.3 library.",
"homepage": "http://geocoder-php.org",
"keywords": [
"geocoding",
"abstraction",
"geocoder",
"geoip"
]
}
],
"packages-dev": null,
"aliases": [
],
"minimum-stability": "dev",
"stability-flags": {
"willdurand/geocoder": 20,
"kriswallsmith/buzz": 20
}
}