public function MultiConstraint::getConstraints in Automatic Updates 7
Return value
File
- vendor/
composer/ semver/ src/ Constraint/ MultiConstraint.php, line 41
Class
- MultiConstraint
- Defines a conjunctive or disjunctive set of constraints.
Namespace
Composer\Semver\ConstraintCode
public function getConstraints() {
return $this->constraints;
}