forked from Snck3rs/contao-leaflet-maps
Update dependency and fix namespace definition.
This commit is contained in:
@@ -19,23 +19,23 @@
|
|||||||
},
|
},
|
||||||
"require":{
|
"require":{
|
||||||
"php":">=5.4",
|
"php":">=5.4",
|
||||||
"contao/core":"~3.5",
|
"contao/core":"^3.5",
|
||||||
"contao-community-alliance/dependency-container":"~1.0",
|
"contao-community-alliance/dependency-container":"^1.0",
|
||||||
"contao-community-alliance/event-dispatcher":"~1.0",
|
"contao-community-alliance/event-dispatcher":"^1.0",
|
||||||
"netzmacht/contao-leaflet-libraries": "~0.7",
|
"netzmacht/contao-leaflet-libraries": "^1.0",
|
||||||
"netzmacht/php-javascript-builder": "~1.0",
|
"netzmacht/php-javascript-builder": "^1.0",
|
||||||
"netzmacht/php-leaflet": "~0.7",
|
"netzmacht/php-leaflet": "^1.0",
|
||||||
"netzmacht/contao-toolkit":"~2.0",
|
"netzmacht/contao-toolkit":"^2.0",
|
||||||
"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"
|
||||||
},
|
},
|
||||||
"require-dev":{
|
"require-dev":{
|
||||||
"netzmacht/contao-build-tools": "~1.1"
|
"netzmacht/contao-build-tools": "^1.1"
|
||||||
},
|
},
|
||||||
"autoload": {
|
"autoload": {
|
||||||
"psr-0": {
|
"psr-0": {
|
||||||
"Netzmacht\\Contao\\Leaflet": "src/"
|
"Netzmacht\\Contao\\Leaflet\\": "src/"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"config": {
|
"config": {
|
||||||
|
|||||||
Reference in New Issue
Block a user