b13 / menus

TYPO3 Extension for creating fast menus in a fast fashion
GNU General Public License v2.0
54 stars 22 forks source link

v10 compatibility missing in composer.json of 0.2.0 #40

Closed rintisch closed 3 years ago

rintisch commented 3 years ago

It's not possible to install a tagget version of this extension on TYPO3 v10 via composer because in the composer.json of the latest version the compatibility is limited to v.9.5:

  "require": {
    "php": "^7.2",
    "typo3/cms-core": "^9.5",
    "typo3/cms-frontend": "^9.5"
  },

I saw that v10 compatibility was added in master branch 10months ago. Would be nice to have v10 compatibilty in a tagged version. Or are there any unsolved problems with v10?

bmack commented 3 years ago

We tagged EXT:menus 0.2.1 yesterday. Thanks for the information.