aboutsummaryrefslogtreecommitdiffhomepage
path: root/crates/shirabe-semver/src/constraint
diff options
context:
space:
mode:
Diffstat (limited to 'crates/shirabe-semver/src/constraint')
-rw-r--r--crates/shirabe-semver/src/constraint/bound.rs1
-rw-r--r--crates/shirabe-semver/src/constraint/constraint.rs1
-rw-r--r--crates/shirabe-semver/src/constraint/constraint_interface.rs1
-rw-r--r--crates/shirabe-semver/src/constraint/match_all_constraint.rs1
-rw-r--r--crates/shirabe-semver/src/constraint/match_none_constraint.rs1
-rw-r--r--crates/shirabe-semver/src/constraint/multi_constraint.rs1
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 0000000..6037f0d
--- /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 0000000..26b829c
--- /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 0000000..7397398
--- /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 0000000..7ba02cc
--- /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 0000000..204b594
--- /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 0000000..99df52b
--- /dev/null
+++ b/crates/shirabe-semver/src/constraint/multi_constraint.rs
@@ -0,0 +1 @@
+//! ref: composer/vendor/composer/semver/src/Constraint/MultiConstraint.php