mirror of
https://github.com/netzmacht/contao-leaflet-geocode-widget.git
synced 2025-11-28 11:43:43 +01:00
Update coding standard
This commit is contained in:
109
composer.json
109
composer.json
@@ -1,51 +1,64 @@
|
||||
{
|
||||
"name": "netzmacht/contao-leaflet-geocode-widget",
|
||||
"description": "Geocode widget based on Leaflet",
|
||||
"keywords": [
|
||||
"geocode",
|
||||
"contao",
|
||||
"widget",
|
||||
"leaflet"
|
||||
],
|
||||
"type": "contao-bundle",
|
||||
"license": "LGPL-3.0-or-later",
|
||||
"authors": [
|
||||
{
|
||||
"name": "David Molineus",
|
||||
"email": "mail@netzmacht.de",
|
||||
"homepage": "https://netzmacht.de",
|
||||
"role": "Developer"
|
||||
}
|
||||
],
|
||||
"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": "^7.4 || ^8.0",
|
||||
"contao/core-bundle": "^4.13 || ^5.0",
|
||||
"netzmacht/contao-leaflet-libraries": "~1.3"
|
||||
},
|
||||
"require-dev": {
|
||||
"contao/manager-plugin": "^2.0",
|
||||
"phpcq/all-tasks": "^1.2",
|
||||
"php-http/guzzle6-adapter": "^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.3.x-dev",
|
||||
"dev-develop": "1.4.x-dev"
|
||||
},
|
||||
"contao-manager-plugin": "Netzmacht\\Contao\\Leaflet\\GeocodeWidget\\ContaoManager\\Plugin"
|
||||
"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/contao-bootstrap/core/issues",
|
||||
"wiki": "http://contao-bootstrap.netzmacht.de",
|
||||
"source": "https://github.com/contao-bootstrap/core"
|
||||
},
|
||||
"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.4.x-dev",
|
||||
"dev-master": "1.3.x-dev"
|
||||
},
|
||||
"contao-manager-plugin": "Netzmacht\\Contao\\Leaflet\\GeocodeWidget\\ContaoManager\\Plugin"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user