I’m trying to install Librems and composer gives me an error, I think it’s a problem of composer not compatible with php8.2
librenms@LIBRENMS:~$ ./scripts/composer_wrapper.php install --no-dev
Could not scan for classes inside “vendor/dapphp/radius” which does not appear t o be a file nor a folder
LibreNMS\ComposerHelper::preInstall
Installing dependencies from lock file
Verifying lock file contents can be installed on current platform.
Your lock file does not contain a compatible set of packages. Please run compose r update.
Problem 1
- fgrosse/phpasn1 is locked to version v2.4.0 and an update of this package was not requested.
- fgrosse/phpasn1 v2.4.0 requires php ~7.1.0 || ~7.2.0 || ~7.3.0 || ~7.4.0 | | ~8.0.0 || ~8.1.0 → your php version (8.2.0) does not satisfy that requirement .
Problem 2
- fgrosse/phpasn1 v2.4.0 requires php ~7.1.0 || ~7.2.0 || ~7.3.0 || ~7.4.0 | | ~8.0.0 || ~8.1.0 → your php version (8.2.0) does not satisfy that requirement .
- web-token/jwt-core v2.2.11 requires fgrosse/phpasn1 ^2.0 → satisfiable by fgrosse/phpasn1[v2.4.0].
- web-token/jwt-core is locked to version v2.2.11 and an update of this pack age was not requested.
Is there any update???