netzmacht / contao-leaflet-maps

Leaflet maps extension for Contao CMS
12 stars 8 forks source link

WIP: Support MetaModels 2.3 #118

Closed stefanheimes closed 1 year ago

stefanheimes commented 1 year ago

Hi @dmolineus

this PR is for adding support for Contao 4.13 / PHP 8.x / MetaModels 2.3

One of the main change is the removing of the "doctrine/cache" 1.0 and the rewriting of the caching to the version 2.1. Reason for this is, that MM in version 2.3 requires doctrine/cache in version 2.1 and only in 2.1.

What do you think, is this okay for you or do you have any concerns?

dmolineus commented 1 year ago

Thanks @stefanheimes, next time please follow the coding standard assistance provided by the github acitons annotations.