Files
contao-leaflet-maps/composer.json

80 lines
2.3 KiB
JSON
Raw Permalink Normal View History

2014-12-27 22:58:58 +01:00
{
2017-10-05 15:25:58 +02:00
"name": "netzmacht/contao-leaflet-maps",
"type": "contao-bundle",
2017-10-05 15:25:58 +02:00
"description": "Contao Leaflet maps integration",
"keywords": [
"contao",
"maps",
"leaflet"
],
2018-06-20 08:30:14 +02:00
"license": "LGPL-3.0-or-later",
2017-10-05 15:25:58 +02:00
"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.4",
"doctrine/cache": "^1.0",
"doctrine/dbal": "^2.5",
"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": "~3.3 || ~4.0",
2020-01-03 09:08:52 +01:00
"symfony/dependency-injection": "^3.4.26 || ^4.1.12",
"symfony/event-dispatcher": "~3.3 || ~4.0",
"symfony/filesystem": "~3.3 || ~4.0",
"symfony/http-kernel": "~3.3 || ~4.0",
"symfony/twig-bundle": "~3.3 || ~4.0",
"symfony/translation": "~3.3 || ~4.0",
2019-08-21 13:29:08 +02:00
"twig/twig": "^1.3.35 || ^2.0"
2017-10-05 15:25:58 +02:00
},
"require-dev": {
2018-08-23 14:48:58 +02:00
"contao/manager-plugin": "^2.1",
"phpcq/all-tasks": "^1.2"
2017-10-05 16:14:46 +02:00
},
2017-10-05 15:25:58 +02:00
"extra": {
"branch-alias": {
2018-11-01 15:36:35 +01:00
"dev-master": "3.1.x-dev",
"dev-develop": "3.2.x-dev",
2018-01-05 17:11:21 +01:00
"dev-support/2.x": "2.0.x-dev"
2014-12-27 22:58:58 +01:00
},
2017-10-05 15:25:58 +02:00
"contao": {
"transifex": {
"project": "contao-leaflet-maps",
"prefix": "core-",
2017-10-27 13:36:44 +02:00
"languages_cto": "src/Bundle/Resources/contao/languages",
2017-10-05 15:25:58 +02:00
"languages_tx": ".tx"
}
},
"contao-manager-plugin": "Netzmacht\\Contao\\Leaflet\\Bundle\\ContaoManager\\Plugin"
},
"autoload": {
"psr-4": {
"Netzmacht\\Contao\\Leaflet\\": "src/"
2014-12-27 22:58:58 +01:00
}
},
"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/"
2017-10-05 15:25:58 +02:00
}
2014-12-27 22:58:58 +01:00
}