-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathcomposer.json
31 lines (31 loc) · 908 Bytes
/
composer.json
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
{
"name": "tidusvn05/google-static-map-generator",
"description": "PHP Wrapper Lib to use google static map generate image file or url",
"keywords": ["google map", "static map", "maps"],
"license": "GNU",
"authors": [
{
"name": "Tidusvn05",
"email": "tidusvn05@gmail.com"
}
],
"support" : {
"email" : "tidusvn05@gmail.com",
"issues" : "https://github.com/tidusvn05/google-static-map-generator/issues",
"source" : "https://github.com/tidusvn05/google-static-map-generator"
},
"require": {
"php": ">=5.4",
"emcconville/polyline-encoder" : "1.*"
},
"require-dev": {
"phpunit/phpunit": "4.1.*",
"league/geotools": "@stable"
},
"autoload": {
"files": ["src/StaticMap.php"],
"psr-4": {
"Tidusvn05\\StaticMap\\": "src/"
}
}
}