forked from jstayton/GoogleMapsGeocoder
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomposer.json
More file actions
26 lines (26 loc) · 710 Bytes
/
Copy pathcomposer.json
File metadata and controls
26 lines (26 loc) · 710 Bytes
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
{
"name": "jstayton/google-maps-geocoder",
"type": "library",
"description": "A PHP wrapper for the Google Maps Geocoding API v3.",
"keywords": ["google", "map", "maps", "gmap", "gmaps", "geocode", "geocoder", "geocoding"],
"homepage": "https://github.com/jstayton/GoogleMapsGeocoder",
"license": "MIT",
"authors": [
{
"name": "Justin Stayton",
"homepage": "http://justinstayton.com",
"role": "Developer"
}
],
"autoload": {
"psr-0": {
"GoogleMapsGeocoder": "src/"
}
},
"require": {
"php": ">=5.2.0"
},
"require-dev": {
"phpdocumentor/phpdocumentor": "*"
}
}