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

PHP8 compat #160

Closed m-vo closed 3 years ago

m-vo commented 3 years ago

This is a first attempt at gaining PHP8 support.

There are quite a lot of deprecated things in the codebase (esp with Contao >= 4.9 in mind) or things that could be optimized. I did not touch any of these things in this PR (and do not intend to). :slightly_smiling_face:

m-vo commented 3 years ago

Travis would need to be adjusted as well. If you need tests to run on PHP version other than >=7.3 this would also need the Sf phpunit-bridge or a similar mechanic. But well...

aschempp commented 3 years ago

Travis would need to be adjusted as well. If you need tests to run on PHP version other than >=7.3 this would also need the Sf phpunit-bridge or a similar mechanic. But well...

Not really necessary imho. We can remove Travis in my opinion.

qzminski commented 3 years ago

Let's test this directly in the battle, just released as 4.24.14 :+1: thank you @m-vo !