Lines Matching refs:constraint
117 …* @param string|null $constraint A version constraint to check for, if you pass one you have t…
120 public static function satisfies(VersionParser $parser, $packageName, $constraint) argument
122 $constraint = $parser->parseConstraints((string) $constraint);
125 return $provided->matches($constraint);