You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: README.md
+6
Original file line number
Diff line number
Diff line change
@@ -4,3 +4,9 @@ A wrapper for 128 unique bits.
4
4
5
5
1.`composer require hell-sh/uuid`
6
6
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