mirror of
https://github.com/netzmacht/contao-leaflet-geocode-widget.git
synced 2025-11-28 11:43:43 +01:00
64 lines
1.7 KiB
JSON
64 lines
1.7 KiB
JSON
{
|
|
"name": "netzmacht/contao-leaflet-geocode-widget",
|
|
"description": "Geocode widget based on Leaflet",
|
|
"license": "LGPL-3.0-or-later",
|
|
"type": "contao-bundle",
|
|
"keywords": [
|
|
"geocode",
|
|
"contao",
|
|
"widget",
|
|
"leaflet"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "David Molineus",
|
|
"email": "mail@netzmacht.de",
|
|
"homepage": "https://netzmacht.de",
|
|
"role": "Developer"
|
|
}
|
|
],
|
|
"support": {
|
|
"email": "mail@netzmacht.de",
|
|
"issues": "https://github.com/netzmacht/contao-leaflet-geocode-widget/issues",
|
|
"source": "https://github.com/netzmacht/contao-leaflet-geocode-widget"
|
|
},
|
|
"require": {
|
|
"php": "^7.4 || ^8.0",
|
|
"contao/core-bundle": "^4.13 || ^5.0",
|
|
"netzmacht/contao-leaflet-libraries": "~1.3",
|
|
"symfony/config": "^5.4 || ^6.0",
|
|
"symfony/dependency-injection": "^5.4 || ^6.0",
|
|
"symfony/http-kernel": "^5.4 || ^6.0"
|
|
},
|
|
"require-dev": {
|
|
"contao/manager-plugin": "^2.0",
|
|
"doctrine/coding-standard": "^9.0",
|
|
"phpcq/runner-bootstrap": "1.x-dev",
|
|
"phpspec/phpspec": "^6.3.0 || ^7.0"
|
|
},
|
|
"suggest": {
|
|
"netzmacht/contao-leaflet-maps": "Leaflet Maps for Contao"
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Netzmacht\\Contao\\Leaflet\\GeocodeWidget\\": "src/"
|
|
}
|
|
},
|
|
"config": {
|
|
"allow-plugins": {
|
|
"contao-components/installer": true,
|
|
"contao/manager-plugin": true,
|
|
"dealerdirect/phpcodesniffer-composer-installer": true,
|
|
"contao-community-alliance/composer-plugin": true
|
|
},
|
|
"sort-packages": true
|
|
},
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-develop": "1.5.x-dev",
|
|
"dev-master": "1.4.x-dev"
|
|
},
|
|
"contao-manager-plugin": "Netzmacht\\Contao\\Leaflet\\GeocodeWidget\\ContaoManager\\Plugin"
|
|
}
|
|
}
|