Home
last modified time | relevance | path

Searched refs:constraint (Results 1 – 2 of 2) sorted by relevance

/dokuwiki/vendor/composer/
H A DInstalledVersions.php128 …* @param string|null $constraint A version constraint to check for, if you pass one you have t…
131 public static function satisfies(VersionParser $parser, $packageName, $constraint) argument
133 $constraint = $parser->parseConstraints((string) $constraint);
136 return $provided->matches($constraint);
/dokuwiki/vendor/aziraphale/email-address-validator/
H A DREADME.md28 …poser to install the **old** class, simply specify `^1` as the version constraint (which will allo…