ConstraintInterface
interface ConstraintInterface
Class ContraintInterface
Methods
string
normalize($version, $strict = false)
Normalize a version number in a version that will be used in version_compare
bool
test(
string $version,
bool $strict = false)
Test if the version number is valid
Details
at line 28
string
normalize($version, $strict = false)
Normalize a version number in a version that will be used in version_compare
at line 37
bool
test(
string $version,
bool $strict = false)
Test if the version number is valid