You are here

public function MultiConstraint::getConstraints in Automatic Updates 7

Return value

ConstraintInterface[]

File

vendor/composer/semver/src/Constraint/MultiConstraint.php, line 41

Class

MultiConstraint
Defines a conjunctive or disjunctive set of constraints.

Namespace

Composer\Semver\Constraint

Code

public function getConstraints() {
  return $this->constraints;
}