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/compiling_matcher.rs | |
| 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/compiling_matcher.rs')
| -rw-r--r-- | crates/shirabe-semver/src/compiling_matcher.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/crates/shirabe-semver/src/compiling_matcher.rs b/crates/shirabe-semver/src/compiling_matcher.rs new file mode 100644 index 0000000..d7130dc --- /dev/null +++ b/crates/shirabe-semver/src/compiling_matcher.rs @@ -0,0 +1 @@ +//! ref: composer/vendor/composer/semver/src/CompilingMatcher.php |
