Skip to content

Commit 394575c

Browse files
authored
Doc: Mention composer-semver (#70)
1 parent d0c4b74 commit 394575c

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

doc.go

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,13 @@
11
/*
22
Package comver provides the ability to work with [composer supported versions] in Go.
33
4+
Due to implementation complexity, this package only supports a subset of composer versioning.
5+
Refer to the [version_test.go] for examples.
6+
7+
For better compatibility, use [composer-semver] instead.
8+
49
[composer supported versions]: https://github.com/composer/semver/
10+
[version_test.go]: https://github.com/typisttech/comver/blob/main/version_test.go
11+
[composer-semver]: https://github.com/typisttech/composer-semver/
512
*/
613
package comver

0 commit comments

Comments
 (0)