forked from delahaye/dlh_googlemaps
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
40 lines (40 loc) · 1.08 KB
/
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
32
33
34
35
36
37
38
39
40
{
"name": "delahaye/dlh_googlemaps",
"description":"Google maps module for Contao",
"keywords":["contao", "googlemaps", "geo", "map"],
"type": "contao-module",
"homepage":"https://github.com/delahaye/dlh_googlemaps",
"license":"LGPL-3.0+",
"authors":[
{
"name":"Christian de la Haye",
"email":"[email protected]",
"homepage":"http://www.delahaye.de",
"role":"Developer"
}
],
"support":{
"issues":"https://github.com/delahaye/dlh_googlemaps/issues"
},
"require": {
"contao/core": ">=3.2,<4-dev",
"contao-community-alliance/composer-installer": "*",
"delahaye/dlh_geocode": ">=1.0.2,<2-dev"
},
"autoload": {
"classmap": [""]
},
"replace": {
"contao-legacy/dlh_googlemaps": "*"
},
"extra": {
"contao": {
"sources": {
"": "system/modules/dlh_googlemaps"
},
"runonce": [
"system/modules/dlh_googlemaps/config/runonce.php"
]
}
}
}