codefog / contao-haste

Haste is a collection of tools and classes to ease working with Contao
http://codefog.pl/extension/haste.html
MIT License
43 stars 24 forks source link

Allow `symfony/mime ^5.4` / Unlock contao 4.13 again #224

Closed zoglo closed 1 week ago

zoglo commented 1 week ago

Description

TL;DR: Contao Haste in 5.2 is not installable on Contao 4.13


221 introduced symfony/mime as a dependency, however, the minimum requirements were set to ^6.0 || ^7.0.

Contao 4.13 needs symfony/mime in ^5.4.

I've installed the change on a 4.13 with symfony/mime ^5.4 installed and did run the tests: image

There is also no BC changes in the MimeTypeGuesser:

Changelog: https://github.com/symfony/mime/blob/6.4/CHANGELOG.md

qzminski commented 1 week ago

Thanks, released as 5.2.3.