Releases: pascaldevink/shortuuid
Releases · pascaldevink/shortuuid
Almond Blossom
- Support for
brick/math
0.10 and 0.11 (thanks to @gharlan) - Drop support for PHP 7.3, and allow PHP 8.1 and 8.2
Olive Orchard
- Update dependencies
- Allow patch versions of PHP 8 (@jdreesen)
Olive Grove
New major version that brings support for PHP 8.0 🎉 , and drops support for PHP 7.1 and 7.2, ramsey/uuid 3.x and moontoast/math.
Thanks go out to @pmccarren, @Majkl578, @ramsey, and @marmichalski
Wheat Field with Cypresses
- Support for
ramsey/uuid
version 4.x (@ramsey)
Note: the next major release will drop support for ramsey/uuid
version 3.x, so please make sure you upgrade.
Wheat Field with a Partridge
- Keep packages sorted in composer.json (@localheinz)
- Fix for PHPUnit validation issues (@localheinz)
- Update test matrix
- Update dependencies
Wheatfield with Crows
- Fixed BigNumber sometimes returned as float instead of int (@Mediagone)
- Update dependencies
Starry starry night
- Replace str_split with a predefined array to benefit from opcache array caching (@frankdejonge)
- Update dependencies