namespace Composer\Semver\Constraint
Object name | File name | Summary |
---|---|---|
Bound | vendor/composer/semver/src/Constraint/Bound.php | |
Constraint | vendor/composer/semver/src/Constraint/Constraint.php | Defines a constraint. |
ConstraintInterface | vendor/composer/semver/src/Constraint/ConstraintInterface.php | DO NOT IMPLEMENT this interface. It is only meant for usage as a type hint in libraries relying on composer/semver but creating your own constraint class that implements this interface is not a supported use case and will cause the composer/semver… |
MatchAllConstraint | vendor/composer/semver/src/Constraint/MatchAllConstraint.php | Defines the absence of a constraint. |
MatchNoneConstraint | vendor/composer/semver/src/Constraint/MatchNoneConstraint.php | Blackhole of constraints, nothing escapes it |
MultiConstraint | vendor/composer/semver/src/Constraint/MultiConstraint.php | Defines a conjunctive or disjunctive set of constraints. |