{
    "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-or-later",
    "authors":[
        {
            "name":"Christian de la Haye",
            "email":"service@delahaye.de",
            "homepage":"http://www.delahaye.de",
            "role":"Developer"
        }
    ],
    "support":{
        "issues":"https://github.com/delahaye/dlh_googlemaps/issues"
    },
    "require": {
        "php": ">=5.3",
	    "contao/core-bundle": "^3.5.1 || ~4.2",
	    "contao-community-alliance/composer-plugin": "~2.4 || ~3.0",
	    "delahaye/dlh_geocode": ">=1.1.2"
    },
    "autoload": {
        "classmap": [""]
    },
    "replace": {
        "contao-legacy/dlh_googlemaps": "*"
    },
    "extra": {
        "contao": {
            "sources": {
                "": "system/modules/dlh_googlemaps"
            },
            "runonce": [
                "system/modules/dlh_googlemaps/config/runonce.php"
            ]
        }
    }
}
