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
Using php8 on Ubuntu 20.04 I can install
^4
but not^5
ordev-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