Skip to content

Commit cb410af

Browse files
authored
Add Composer to table of supported schemes
Signed-off-by: Niklas <nscuro@protonmail.com>
1 parent ee52793 commit cb410af

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ Java implementation of [vers](https://github.com/package-url/purl-spec/blob/vers
1515
| Scheme | Supported |
1616
|:---------|:---------:|
1717
| APK ||
18+
| Composer ||
1819
| CPAN ||
1920
| Debian ||
2021
| Ruby Gem ||
@@ -214,4 +215,4 @@ To add support for a new scheme, let's say `alpine`, the following steps may be
214215
6. List the fully qualified package name of all custom `VersionProvider` implementations, one per line
215216
* e.g. `com.acme.AlpineVersionProvider`
216217

217-
That's it! Now, whenever *versatile* encounters a `vers` range with the scheme `alpine`, it will use your `AlpineVersion`!
218+
That's it! Now, whenever *versatile* encounters a `vers` range with the scheme `alpine`, it will use your `AlpineVersion`!

0 commit comments

Comments
 (0)