Facing a problem on Rocky Linux 8 (RHEL 8):
`# dnf update
Last metadata expiration check: 0:25:03 ago on Wed 04 Jan 2023 02:26:11 PM CET.
Error:
Problem: cannot install the best update candidate for package gromox-1.37.19.ef020a6-19.1.x86_64
- nothing provides php-cli = 7.4.19 needed by gromox-2.0.0.9a01c75-3.1.x86_64
- nothing provides php-fpm = 7.4.19 needed by gromox-2.0.0.9a01c75-3.1.x86_64
- nothing provides php-mysqlnd = 7.4.19 needed by gromox-2.0.0.9a01c75-3.1.x86_64
- nothing provides php-soap = 7.4.19 needed by gromox-2.0.0.9a01c75-3.1.x86_64
(try to add '--skip-broken' to skip uninstallable packages or '--nobest' to use not only best candidate packages)
`
Currently, PHP 7.4.33 is installed from Remi Repos.
Please update dependencies to >=7.4.19 or the like. Or is there any other fix I can implement?
Thanks
Daniel