terminal42 / contao-easy_themes

Contao extension "easy_themes"
https://unmaintained.tech/
MIT License
13 stars 11 forks source link

Fix compatiblity with missing ArrayUtil in contao 4.9 #66

Closed rabauss closed 1 year ago

rabauss commented 1 year ago

Unfortunately there is another incompatibility with contao 4.9 because of missing ArrayUtil 😢

If you want to have a fixed version with #64, you can install our merged branch hotfix/4.9 with the following in your composer.json. But attention we will remove that branch as soon as the hotfixed version is released!

  "require": [
    {
      "terminal42/contao-easy_themes": "dev-hotfix/4.9 as 3.1.2-dev"
    },

  "repositories": [
    {
      "type": "vcs",
      "url": "https://github.com/eikona-media/contao-easy_themes"
    },

P.S. After merging the hotfix - we should increase the dependencies to contao 4.13+!

rabauss commented 1 year ago

@aschempp @Toflar What about this PR?