forked from mhirdes/go_maps_ext
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomposer.json
More file actions
31 lines (31 loc) · 840 Bytes
/
composer.json
File metadata and controls
31 lines (31 loc) · 840 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
27
28
29
30
31
{
"name": "clickstorm/go_maps_ext",
"type": "typo3-cms-extension",
"description": "Google Maps Extension. Simply insert a google map Version 3 inc. jQuery, calculate a route, images for markers, style maps, KML, categories, responsive and many more.",
"homepage": "http://www.clickstorm.de",
"authors": [
{
"name": "Marc Hirdes",
"email": "hirdes@clickstorm.de",
"homepage": "http://www.clickstorm.de",
"role": "Developer"
}
],
"license": ["GPL-2.0+"],
"keywords": ["TYPO3 CMS", "map", "google", "marker", "route", "kml", "style", "extbase"],
"support": {
"issues": "https://forge.typo3.org/projects/go_maps_ext"
},
"version": "2.3.2-dev",
"replace": {
"go_maps_ext": "*"
},
"require": {
"typo3/cms-core": "7.6.0 - 8.7.99"
},
"autoload": {
"psr-4": {
"Clickstorm\\GoMapsExt\\": "Classes/"
}
}
}