"PHP >= 7.1" but composer rejects 8
MrBenGriffin opened this issue · 2 comments
MrBenGriffin commented
The documentation says "PHP >= 7.1" but composer.json rejects 8 with
"php": "^7.1"
Consider changing composer.json to say
php": "^7.1|^8.0",
or, more precisely in line with the documentation,
"php": ">=7.1"
addgod commented
Please merge the pull requests in, that fixes these tings, this package is exactly what I am looking for, just can use it, because no LVL 8 og PHP 8 support :(
addgod commented
This has been fixed in version 1.4.0.