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

Does not run under PHP8 #23

Closed derunterstrich closed 2 years ago

derunterstrich commented 2 years ago

We have moved the project to PHP 8 as PHP 7.4 is EOL at the end of the year. Unfortunately, one dependency does not tolerate the change:

Your requirements could not be resolved to an installable set of packages.

Problem 1

  • bnomei/kirby3-doctor[1.5.0, ..., 1.5.1] require zendframework/zenddiagnostics ^1.6 -> satisfiable by zendframework/zenddiagnostics[v1.6.0].
  • zendframework/zenddiagnostics v1.6.0 requires php ^5.6 || ^7.0 -> your php version (8.0.13) does not satisfy that requirement.
  • Root composer.json requires bnomei/kirby3-doctor ^1.5 -> satisfiable by bnomei/kirby3-doctor[1.5.0, 1.5.1].
RLLNGR commented 2 years ago

I also have this issue when I try to install it with composer

bnomei commented 2 years ago

will be fixed in ucoming v2

bnomei commented 2 years ago

https://github.com/bnomei/kirby3-doctor/releases/tag/v2.0.0

you will have to remove and require again with composer. just upgrading will not upgrade from v1 to v2.