mirror of
https://github.com/netzmacht/contao-leaflet-geocode-widget.git
synced 2025-11-28 11:43:43 +01:00
Initialize project with composer.json.
This commit is contained in:
44
composer.json
Normal file
44
composer.json
Normal file
@@ -0,0 +1,44 @@
|
||||
{
|
||||
"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",
|
||||
"homepage":"http://www.netzmacht.de",
|
||||
"role":"Project leader"
|
||||
}
|
||||
],
|
||||
"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.5.0",
|
||||
"contao/core-bundle":"~3.5 | ~4.3",
|
||||
"contao-community-alliance/composer-plugin": "~2.4 | ~3.0",
|
||||
"netzmacht/contao-leaflet-libraries":"~2.0"
|
||||
},
|
||||
"require-dev": {
|
||||
"netzmacht/contao-build-tools": "~1.1"
|
||||
},
|
||||
"suggest": {
|
||||
"netzmacht/contao-leaflet-maps": "Leaflet Maps for Contao"
|
||||
},
|
||||
"autoload": {
|
||||
"psr-4": { "Netzmacht\\Contao\\Leaflet\\GeocodeWidget\\": "src/" }
|
||||
},
|
||||
"extra":{
|
||||
"branch-alias": {
|
||||
"dev-master": "1.0.x-dev",
|
||||
"dev-develop": "1.1.x-dev"
|
||||
}
|
||||
},
|
||||
"minimum-stability": "dev",
|
||||
"prefer-stable": true
|
||||
}
|
||||
Reference in New Issue
Block a user