mirror of
https://github.com/netzmacht/contao-leaflet-maps.git
synced 2025-11-28 11:04:08 +01:00
Fix coding standard violations
This commit is contained in:
@@ -36,17 +36,18 @@
|
||||
"netzmacht/contao-toolkit": "^3.7",
|
||||
"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/cache-contracts": "^1.1 || ^2.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-foundation": "~4.4 || ^5.1",
|
||||
"symfony/http-kernel": "~4.4 || ^5.1",
|
||||
"symfony/routing": "~4.4 || ^5.1",
|
||||
"symfony/templating": "~4.4 || ^5.1 || ^6.2",
|
||||
"symfony/filesystem": "^4.4 || ^5.1",
|
||||
"symfony/http-foundation": "^4.4 || ^5.1",
|
||||
"symfony/http-kernel": "^4.4 || ^5.1",
|
||||
"symfony/routing": "^4.4 || ^5.1",
|
||||
"symfony/templating": "^4.4 || ^5.1 || ^6.2",
|
||||
"symfony/translation-contracts": "^1.1 || ^2.0",
|
||||
"symfony/twig-bundle": "~4.4 || ^5.1",
|
||||
"symfony/twig-bundle": "^4.4 || ^5.1",
|
||||
"twig/twig": "^2.0 || ^3.0"
|
||||
},
|
||||
"require-dev": {
|
||||
@@ -67,7 +68,8 @@
|
||||
"allow-plugins": {
|
||||
"contao-components/installer": true,
|
||||
"contao/manager-plugin": true,
|
||||
"contao-community-alliance/composer-plugin": true
|
||||
"contao-community-alliance/composer-plugin": true,
|
||||
"php-http/discovery": true
|
||||
}
|
||||
},
|
||||
"extra": {
|
||||
|
||||
Reference in New Issue
Block a user