silverstripe / silverstripe-staticpublishqueue

This module allows you to build static HTML caches of every page (for increased security and performance)
BSD 3-Clause "New" or "Revised" License
46 stars 57 forks source link

PHP8 Support #135

Closed phptek closed 2 years ago

phptek commented 3 years ago

Using php8 on Ubuntu 20.04 I can install ^4 but not ^5 or dev-master which is a little odd (a newer module version not supporting a newer version of PHP that an older module version does).

composer.json is locked to ^7.1 for some reason. Is there any WIP for php8 support

phptek commented 2 years ago

Any advance on this? Is there really any logic in the module that doesn't support running in PHP8?