You are here

public function MultiConstraint::isDisjunctive in Automatic Updates 7

Return value

bool

File

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

Class

MultiConstraint
Defines a conjunctive or disjunctive set of constraints.

Namespace

Composer\Semver\Constraint

Code

public function isDisjunctive() {
  return !$this->conjunctive;
}