Switch to PSR-4.

This commit is contained in:
David Molineus
2017-10-05 14:16:56 +02:00
parent e3344ffd4f
commit 827c746b0d
87 changed files with 4 additions and 6 deletions

View File

@@ -18,14 +18,12 @@
"source":"https://github.com/netzmacht/contao-leaflet-maps" "source":"https://github.com/netzmacht/contao-leaflet-maps"
}, },
"require":{ "require":{
"php":">=5.4", "php":">=7.1",
"contao/core":"^3.5", "contao/core-bundle":"^4.4",
"contao-community-alliance/dependency-container":"^1.0",
"contao-community-alliance/event-dispatcher":"^1.0",
"netzmacht/contao-leaflet-libraries": "^1.0", "netzmacht/contao-leaflet-libraries": "^1.0",
"netzmacht/php-javascript-builder": "^1.0", "netzmacht/php-javascript-builder": "^1.0",
"netzmacht/php-leaflet": "^1.0", "netzmacht/php-leaflet": "^1.0",
"netzmacht/contao-toolkit":"^2.0", "netzmacht/contao-toolkit":"^3.0@dev",
"contao-community-alliance/meta-palettes": "^1.5", "contao-community-alliance/meta-palettes": "^1.5",
"menatwork/contao-multicolumnwizard": "^3.2", "menatwork/contao-multicolumnwizard": "^3.2",
"doctrine/cache": "^1.0" "doctrine/cache": "^1.0"
@@ -34,7 +32,7 @@
"netzmacht/contao-build-tools": "^1.1" "netzmacht/contao-build-tools": "^1.1"
}, },
"autoload": { "autoload": {
"psr-0": { "psr-4": {
"Netzmacht\\Contao\\Leaflet\\": "src/" "Netzmacht\\Contao\\Leaflet\\": "src/"
} }
}, },