forked from anthonymartin/GeoLocation
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomposer.json
More file actions
24 lines (24 loc) · 712 Bytes
/
composer.json
File metadata and controls
24 lines (24 loc) · 712 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
{
"name": "anthonymartin/geo-location",
"type": "class",
"description": "Retrieve bounding coordinates, distances, longitude and latitude with GeoLocation.class.php",
"keywords": ["geolocation","geocoding", "bounding coordinates", "distances"],
"homepage": "https://github.com/anthonymartin/GeoLocation.php",
"license": "CC 3.0",
"authors": [
{
"name": "Anthony Martin",
"email": "anthony@replaycreative.com",
"homepage": "http://replaycreative.com",
"role": "Developer"
}
],
"require": {
"php": ">=5.3.0"
},
"autoload": {
"psr-0": {
"AnthonyMartin": "src/"
}
}
}