$constraints
$constraints : array<mixed,\Composer\Semver\Constraint\ConstraintInterface>
Defines a conjunctive or disjunctive set of constraints.
$constraints : array<mixed,\Composer\Semver\Constraint\ConstraintInterface>
__construct(array<mixed,\Composer\Semver\Constraint\ConstraintInterface> $constraints, boolean $conjunctive = true)
| array<mixed,\Composer\Semver\Constraint\ConstraintInterface> | $constraints | A set of constraints |
| boolean | $conjunctive | Whether the constraints should be treated as conjunctive or disjunctive |
getConstraints() : array<mixed,\Composer\Semver\Constraint\ConstraintInterface>
matches(\Composer\Semver\Constraint\ConstraintInterface $provider) : boolean
| \Composer\Semver\Constraint\ConstraintInterface | $provider |