{ "name": "netzmacht/contao-leaflet-maps", "type": "contao-bundle", "description": "Contao Leaflet maps integration", "keywords": [ "contao", "maps", "leaflet" ], "license": "LGPL-3.0-or-later", "authors": [ { "name": "David Molineus", "email": "mail@netzmacht.de", "homepage": "https://netzmacht.de", "role": "Developer" } ], "require": { "php": ">=7.1", "ext-json": "*", "ext-pdo": "*", "contao-community-alliance/meta-palettes": "^2.0 || ^1.11", "contao/core-bundle": "^4.9", "doctrine/cache": "^1.0", "doctrine/dbal": "^2.11 || ^3.0", "menatwork/contao-multicolumnwizard": "^3.3", "netzmacht/contao-leaflet-geocode-widget": "^1.2", "netzmacht/contao-leaflet-libraries": "^1.3.4", "netzmacht/contao-page-context": "~1.0", "netzmacht/contao-toolkit": "~3.0", "netzmacht/php-javascript-builder": "^1.0", "netzmacht/php-leaflet": "^1.1.0", "symfony/config": "~4.4 || ^5.1", "symfony/dependency-injection": "~4.4 || ^5.1", "symfony/event-dispatcher": "~4.4 || ^5.1", "symfony/event-dispatcher-contracts": "^1.1 || ^2.0", "symfony/filesystem": "~4.4 || ^5.1", "symfony/http-kernel": "~4.4 || ^5.1", "symfony/twig-bundle": "~4.4 || ^5.1", "symfony/translation": "~4.4 || ^5.1", "twig/twig": "^2.0 || ^3.0" }, "require-dev": { "contao/manager-plugin": "^2.1", "hofff/contao-consent-bridge": "^1.0", "phpcq/all-tasks": "^1.2" }, "conflict": { "hofff/contao-consent-bridge": "<1.0 || >= 2.0" }, "extra": { "branch-alias": { "dev-master": "3.2.x-dev", "dev-develop": "3.3.x-dev", "dev-support/2.x": "2.0.x-dev" }, "contao": { "transifex": { "project": "contao-leaflet-maps", "prefix": "core-", "languages_cto": "src/Bundle/Resources/contao/languages", "languages_tx": ".tx" } }, "contao-manager-plugin": "Netzmacht\\Contao\\Leaflet\\Bundle\\ContaoManager\\Plugin" }, "autoload": { "psr-4": { "Netzmacht\\Contao\\Leaflet\\": "src/" } }, "autoload-dev": { "files": [ "vendor/phpcq/autoload-validation/hacks/contao-hack.php" ] }, "support": { "email": "mail@netzmacht.de", "issues": "https://github.com/netzmacht/contao-leaflet-maps/issues", "source": "https://github.com/netzmacht/contao-leaflet-maps", "docs": "http://leaflet-maps-for-contao.readthedocs.org/" }, "config": { "allow-plugins": { "contao-components/installer": true, "contao/manager-plugin": true, "contao-community-alliance/composer-plugin": true } } }