featdd / dpn_glossary

Glossary extension for TYPO3
http://typo3.org/extensions/repository/view/dpn_glossary
GNU General Public License v2.0
20 stars 30 forks source link

PHP 8.3 support #211

Closed ben-mckenzie closed 9 months ago

ben-mckenzie commented 9 months ago

Please update the PHP platform requirement to include PHP 8.3

featdd commented 9 months ago

Hi @ben-mckenzie,

thanks for the issue, I just tested the extension and increased the required version here: 5ea679e2679502fbfd1da1bc8121f0a283e9645a

I will prepare a TER release later.

Greetings Daniel

ben-mckenzie commented 8 months ago

Sorry to bring this back, but it looks like composer is still having issues with this platform requirement when updating:

- featdd/dpn-glossary v5.2.1 requires php >=8.0 <=8.3 -> your php version (8.3.1) does not satisfy that requirement.

I'm guessing '<= 8.3' only includes 8.3.0 and below.

featdd commented 8 months ago

Hi @ben-mckenzie,

yes, I've had set config platform in my composer.json and got no error and thought it was okay... Just released an update with the fixed version constraint.

Greetings Daniel