🇦🇺Australia Greg Clout
Its worth noting that this also causes the module to report that its requirements aren't met in the Drupal Status Report as the module uses the Client::checkMinimal('6.2.3')
check. which behind the scenes utilises version_compare(self::getVersion(), $version, '>=')
This fails as 6.x-dev is not seen as >= 6.2.3
The message presented is: Solarium @version is too old!