Linters can now use the version configuration value to specify the required
version of the external binary. The version number may be prefixed with <, <=,
, >=, or = to specify the version comparison operator (default: =).
PHP's native version_compare() function is used to perform the comparison.
Fixes T4954.