-
Notifications
You must be signed in to change notification settings - Fork 11
/
composer.lock
81 lines (76 loc) · 2.37 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
{
"hash": "327626aa191c390525452b93a0b420f5",
"packages": [
{
"name": "willdurand/geocoder",
"version": "1.4.0",
"source": {
"type": "git",
"url": "https://github.com/willdurand/Geocoder.git",
"reference": "1.4.0"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/willdurand/Geocoder/zipball/1.4.0",
"reference": "1.4.0",
"shasum": ""
},
"require": {
"php": ">=5.3.0"
},
"require-dev": {
"guzzle/guzzle": "@stable",
"kriswallsmith/buzz": "@stable",
"zendframework/zendframework": ">=2.1,<3.0"
},
"suggest": {
"ext-curl": "Enabling the curl extension allows you to use CurlHttpAdapter.",
"guzzle/guzzle": "Enabling Guzzle allows you to use the GuzzleHttpAdapter.",
"kriswallsmith/buzz": "Enabling Buzz allows you to use the BuzzHttpAdapter.",
"zendframework/zend-http": "Enabling Zend Http allows you to use the ZendHttpAdapter."
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.2-dev"
}
},
"autoload": {
"psr-0": {
"Geocoder": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "William Durand",
"email": "[email protected]",
"homepage": "http://www.willdurand.fr"
}
],
"description": "The almost missing Geocoder PHP 5.3 library.",
"homepage": "http://geocoder-php.org",
"keywords": [
"abstraction",
"geocoder",
"geocoding",
"geoip"
],
"time": "2013-03-16 15:49:24"
}
],
"packages-dev": [
],
"aliases": [
],
"minimum-stability": "stable",
"stability-flags": [
],
"platform": [
],
"platform-dev": [
]
}