Files
contao-leaflet-geocode-widget/composer.json

51 lines
1.4 KiB
JSON
Raw Normal View History

2017-01-18 10:09:12 +01:00
{
2017-01-26 14:44:25 +01:00
"name": "netzmacht/contao-leaflet-geocode-widget",
"description": "Geocode widget based on Leaflet",
"keywords": [
"geocode",
"contao",
"widget",
"leaflet"
],
"type": "contao-bundle",
"license": "LGPL-3.0+",
"authors": [
{
"name": "David Molineus",
"email": "mail@netzmacht.de",
2018-02-06 13:12:35 +01:00
"homepage": "https://netzmacht.de",
"role": "Developer"
2017-01-26 14:44:25 +01:00
}
],
"support": {
"email": "mail@netzmacht.de",
"issues": "https://github.com/contao-bootstrap/core/issues",
"wiki": "http://contao-bootstrap.netzmacht.de",
"source": "https://github.com/contao-bootstrap/core"
},
"require": {
"php": ">=5.6.0",
2018-02-06 13:12:35 +01:00
"contao/core-bundle": "^4.4.0",
"netzmacht/contao-leaflet-libraries": "~1.3"
2017-01-26 14:44:25 +01:00
},
"require-dev": {
"contao/manager-plugin": "^2.0",
"phpcq/all-tasks": "^1.2"
2017-01-26 14:44:25 +01:00
},
"suggest": {
"netzmacht/contao-leaflet-maps": "Leaflet Maps for Contao"
},
"autoload": {
"psr-4": {
"Netzmacht\\Contao\\Leaflet\\GeocodeWidget\\": "src/"
}
},
"extra": {
"branch-alias": {
"dev-master": "1.2.x-dev",
"dev-develop": "1.3.x-dev"
2017-01-26 14:44:25 +01:00
},
"contao-manager-plugin": "Netzmacht\\Contao\\Leaflet\\GeocodeWidget\\ContaoManager\\Plugin"
}
2017-01-18 10:09:12 +01:00
}