bnomei / kirby3-janitor

Kirby Plugin for running commands like cleaning the cache from within the Panel, PHP code, CLI or a cronjob
https://forum.getkirby.com/t/kirby3-janitor-plugin/23573
MIT License
89 stars 8 forks source link

Inconsistent compatibility information #79

Closed nilshoerrmann closed 2 years ago

nilshoerrmann commented 2 years ago

In composer.json, this plugin is marked as compatible with PHP >= 7.4.0. After installing the latest version, composer complains though that it requires PHP 8.0.2:

https://github.com/bnomei/kirby3-janitor/blob/f00fb2d2d5d1cad9fdd6d0e9f3f9bb508b97a5e1/vendor/composer/platform_check.php#L7-L9

bnomei commented 2 years ago

probably because i did run composer locally on a php 8 env. will fix asap.