ConstraintGreater
class ConstraintGreater extends BaseConstraint
Class ConstraintGreater
Methods
__construct($expression, $strict = false)
No description
bool
test(
string $version,
bool $strict = false)
Test if the version number is valid
from
BaseConstraint
string
normalize($version, $strict = false)
Normalize a version number in a version that will be used in version_compare
from
BaseConstraint
Details
at line 22
__construct($expression, $strict = false)
in
BaseConstraint at line 31
bool
test(
string $version,
bool $strict = false)
Test if the version number is valid
in
BaseConstraint at line 38
string
normalize($version, $strict = false)
Normalize a version number in a version that will be used in version_compare