Every time I try to install a package, (and it does this for every package, I've even tried the newest ones available) I get the message:
Your requirements could not be resolved to an installable set of packages.
The problems that it gives are these:
Problem 1
- laminas/laminas-diactoros 2.17.0 requires php ^7.4 || ~8.0.0 || ~8.1.0 -> your php version (8.2.10) does not satisfy that requirement.
- flarum/core v1.8.2 requires laminas/laminas-diactoros ^2.4.1 -> satisfiable by laminas/laminas-diactoros[2.17.0].
- flarum/core is locked to version v1.8.2 and an update of this package was not requested.
I've also tried running composer with a versions constraint, but it still has the same error. What can I do about this? I also install Flarum using softaculous if that makes a difference.