Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
### Fixed

* Upgrade brick/math to support versions `^0.14` to `^0.17`; fixed in [#638](https://github.com/ramsey/uuid/pull/638).
* Add support for brick/match `^0.18`.
* Add support for brick/math `^0.18`.


## 4.9.2 - 2025-12-14
Expand Down Expand Up @@ -421,7 +421,7 @@ The following will be removed in ramsey/uuid 5.0.0:
Thrown to indicate that an error occurred while attempting to hash a
namespace and name.
* `Exception\NodeException` -
Throw to indicate that attempting to fetch or create a node ID encountered
Thrown to indicate that attempting to fetch or create a node ID encountered
an error.
* `Exception\RandomSourceException` -
Thrown to indicate that the source of random data encountered an error.
Expand Down Expand Up @@ -1195,7 +1195,7 @@ versions leading up to this release.*
for generating random bytes (version 4) or time-based (version 1) UUIDs
* `CombGenerator` to allow generation of sequential UUIDs
* `OpenSslGenerator` to generate random bytes on systems where
`openssql_random_pseudo_bytes()` is present
`openssl_random_pseudo_bytes()` is present
* `MtRandGenerator` to provide a fallback in the event other random generators
are not present
* `RandomLibAdapter` to allow use of [ircmaxell/random-lib]
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
],
"require": {
"php": "^8.0",
"brick/math": ">=0.8.16 <=0.18",
"brick/math": "^0.8.16 || ^0.9 || ^0.10 || ^0.11 || ^0.12 || ^0.13 || ^0.14 || ^0.15 || ^0.16 || ^0.17 || ^0.18",
"ramsey/collection": "^1.2 || ^2.0"
},
"require-dev": {
Expand Down
2 changes: 1 addition & 1 deletion composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading