Skip to content

Commit 971f635

Browse files
committed
Add a note about branches
1 parent de75d11 commit 971f635

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

+6
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,9 @@ A wrapper for 128 unique bits.
44

55
1. `composer require hell-sh/uuid`
66
2. [Read the docs](https://hell-sh.github.io/php-uuid/classhellsh_1_1UUID.html)
7+
8+
## Branches
9+
10+
- `1.0`: The initial release with the `\hellsh\UUID` class featuring `v4()`, `v5($str, UUID $namespace = null)`, and `toString($withDashes = false)`. Supports PHP 5 and above. Maintenance is limited to fixing critical issues.
11+
- `1.1`: The second release adding the `hashCode` method and with it the `GMP` dependency. Maintenance is limited to fixing critical issues.
12+
- `master`: The latest version, requiring PHP 7.1+ and GMP, with all the latest features and active maintenance.

0 commit comments

Comments
 (0)