cachethq / cachet

🚦 The open-source status page system.
https://cachethq.io
MIT License
13.79k stars 1.55k forks source link

composer.lock needing php8.2 #4383

Closed 99kennetn closed 3 months ago

99kennetn commented 3 months ago

When testing the new 3.x branch i found that i could not make a composer install. The requirements says php8.1^ is needed, but when i run composer install with php 8.1 it gives me an error as it needs 8.2. I am fine with it being 8.2^ but i think either the composer.lock file should be updated or the requirements in the README should be adjusted to reflect this :) image

jbrooksuk commented 3 months ago

Thanks for reporting! This should be fixed now.