Files
contao-leaflet-maps/composer.json

66 lines
1.6 KiB
JSON
Raw Normal View History

2014-12-27 22:58:58 +01:00
{
2017-10-05 15:25:58 +02:00
"name": "netzmacht/contao-leaflet-maps",
"description": "Contao Leaflet maps integration",
"keywords": [
"contao",
"maps",
"leaflet"
],
"type": "contao-bundle",
"license": "LGPL-3.0+",
"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-maps/issues",
"source": "https://github.com/netzmacht/contao-leaflet-maps"
},
"require": {
2017-10-11 11:39:23 +02:00
"php": ">=7.0",
"contao/core-bundle": "~4.4",
2017-10-05 15:25:58 +02:00
"netzmacht/contao-leaflet-libraries": "^1.0",
"netzmacht/php-javascript-builder": "^1.0",
"netzmacht/php-leaflet": "^1.0.1",
"netzmacht/contao-toolkit": "^3.0@dev",
"contao-community-alliance/meta-palettes": "^1.5",
"menatwork/contao-multicolumnwizard": "^3.2",
"doctrine/cache": "^1.0"
},
"require-dev": {
2017-10-05 16:31:15 +02:00
"phpcq/all-tasks": "^1.2",
"contao/manager-plugin": "^2.1"
2017-10-05 15:25:58 +02:00
},
"autoload": {
"psr-4": {
"Netzmacht\\Contao\\Leaflet\\": "src/"
}
},
2017-10-05 16:14:46 +02:00
"autoload-dev": {
"files": [
"vendor/phpcq/autoload-validation/hacks/contao-hack.php"
]
},
2017-10-05 15:25:58 +02:00
"extra": {
"branch-alias": {
"dev-master": "2.0.x-dev",
"dev-develop": "2.1.x-dev",
"dev-release/3.0.0": "3.0.x-dev"
2014-12-27 22:58:58 +01:00
},
2017-10-11 11:46:19 +02:00
"contao-manager-plugin": "Netzmacht\\Contao\\Leaflet\\Bundle\\ContaoManager\\Plugin",
2017-10-05 15:25:58 +02:00
"contao": {
"transifex": {
"project": "contao-leaflet-maps",
"prefix": "core-",
"languages_cto": "module/languages",
"languages_tx": ".tx"
}
2014-12-27 22:58:58 +01:00
}
2017-10-05 15:25:58 +02:00
}
2014-12-27 22:58:58 +01:00
}