Closed fritzmg closed 1 year ago
We will have to raise the requirements as well then, as this bundle is still compatible yet with Contao 4.9 and PHP 7.4. Is a compatiblity with Haste 4 and Haste 5 possible?
Is a compatiblity with Haste 4 and Haste 5 possible?
Technically yes with some class_exists
and method_exists
checks. Not sure if that's really worth it though? If you need Contao 4.9 and PHP 7.4, you can still install 4.7
. And if you need compatibility with Haste 5 you can install 4.8
was my thinking.
This unlocks Haste 5 and adjusts the code accordingly.
Note: I did not touch any of the other dependencies (Haste 5 requires at least PHP 8.1 and Contao 4.13)