Fixed
- Remove explicit
(int)cast to avoid float-string cast warnings in PHP 8.5. - Bump the lowest supported version of brick/math to
^0.8.16from^0.8.8. ramsey/uuid had been usingBigInteger::toBytes()inUnixTimeGenerator(for version 7 UUIDs) since v4.6.0, but it wasn't added to brick/math until v0.8.16.
Full Changelog: 4.9.1...4.9.2