bnomei / kirby3-doctor

Plugin to check health of your CMS installation
https://forum.getkirby.com/t/kirby3-doctor-check-health-of-kirby-installation/23579
MIT License
19 stars 1 forks source link

Is PHP 8.1 really required for this or 8.0 enough? #27

Open anselmh opened 2 years ago

anselmh commented 2 years ago

Since https://github.com/bnomei/kirby3-doctor/commit/2fa1cc7c19ec3931f1a6c2b02563b0ae7a74f13b#diff-d2ab9925cad7eac58e0ff4cc0d251a937ecf49e4b6bf57f8b95aab76648a9d34R35 you require PHP 8.1 for this plugin. However, quite some code isn’t ready for PHP 8.1 out there. Is it really required or would a minimum requirement of PHP 8.0 be enough?

Thanks for clarification!