Searched refs:constraint (Results 1 – 2 of 2) sorted by relevance
128 …* @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) argument133 $constraint = $parser->parseConstraints((string) $constraint);136 return $provided->matches($constraint);
28 …poser to install the **old** class, simply specify `^1` as the version constraint (which will allo…