diff options
Diffstat (limited to 'crates/shirabe-semver/src/constraint')
6 files changed, 6 insertions, 0 deletions
diff --git a/crates/shirabe-semver/src/constraint/bound.rs b/crates/shirabe-semver/src/constraint/bound.rs new file mode 100644 index 00000000..6037f0d9 --- /dev/null +++ b/crates/shirabe-semver/src/constraint/bound.rs @@ -0,0 +1 @@ +//! ref: composer/vendor/composer/semver/src/Constraint/Bound.php diff --git a/crates/shirabe-semver/src/constraint/constraint.rs b/crates/shirabe-semver/src/constraint/constraint.rs new file mode 100644 index 00000000..26b829c7 --- /dev/null +++ b/crates/shirabe-semver/src/constraint/constraint.rs @@ -0,0 +1 @@ +//! ref: composer/vendor/composer/semver/src/Constraint/Constraint.php diff --git a/crates/shirabe-semver/src/constraint/constraint_interface.rs b/crates/shirabe-semver/src/constraint/constraint_interface.rs new file mode 100644 index 00000000..73973984 --- /dev/null +++ b/crates/shirabe-semver/src/constraint/constraint_interface.rs @@ -0,0 +1 @@ +//! ref: composer/vendor/composer/semver/src/Constraint/ConstraintInterface.php diff --git a/crates/shirabe-semver/src/constraint/match_all_constraint.rs b/crates/shirabe-semver/src/constraint/match_all_constraint.rs new file mode 100644 index 00000000..7ba02ccc --- /dev/null +++ b/crates/shirabe-semver/src/constraint/match_all_constraint.rs @@ -0,0 +1 @@ +//! ref: composer/vendor/composer/semver/src/Constraint/MatchAllConstraint.php diff --git a/crates/shirabe-semver/src/constraint/match_none_constraint.rs b/crates/shirabe-semver/src/constraint/match_none_constraint.rs new file mode 100644 index 00000000..204b594e --- /dev/null +++ b/crates/shirabe-semver/src/constraint/match_none_constraint.rs @@ -0,0 +1 @@ +//! ref: composer/vendor/composer/semver/src/Constraint/MatchNoneConstraint.php diff --git a/crates/shirabe-semver/src/constraint/multi_constraint.rs b/crates/shirabe-semver/src/constraint/multi_constraint.rs new file mode 100644 index 00000000..99df52be --- /dev/null +++ b/crates/shirabe-semver/src/constraint/multi_constraint.rs @@ -0,0 +1 @@ +//! ref: composer/vendor/composer/semver/src/Constraint/MultiConstraint.php |
