diff options
| author | nsfisis <nsfisis@gmail.com> | 2026-05-16 23:27:59 +0900 |
|---|---|---|
| committer | nsfisis <nsfisis@gmail.com> | 2026-05-16 23:29:17 +0900 |
| commit | 3a3551a0175c1950f2286258fbf9b89621de773f (patch) | |
| tree | b8c34a5846205f2d8d9cc18d4656cb5944681513 /crates/shirabe-semver/src/constraint | |
| parent | 559630265c7aa26ffd2416d0728c09dee727a491 (diff) | |
| download | php-shirabe-3a3551a0175c1950f2286258fbf9b89621de773f.tar.gz php-shirabe-3a3551a0175c1950f2286258fbf9b89621de773f.tar.zst php-shirabe-3a3551a0175c1950f2286258fbf9b89621de773f.zip | |
feat(port): add template files for composer/semver
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 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 |
