This is not that something is bad about ramsey/uuid. But we are using Symfony uid packages in most projects and inside sulu core so to have one less dependency we should replace also in here the uuid package.
-Uuid::uuid4()->toString();
+Uuid::v7()->toRfc4122();
composer require symfony/uid:"^5.4 || ^6.3 || ^7.0"
Reference: https://github.com/sulu/sulu/pull/7680/files
That way we also not longer require the brick/math package.
Reactions are currently unavailable
This is not that something is bad about ramsey/uuid. But we are using Symfony uid packages in most projects and inside sulu core so to have one less dependency we should replace also in here the uuid package.
composer require symfony/uid:"^5.4 || ^6.3 || ^7.0"Reference: https://github.com/sulu/sulu/pull/7680/files
That way we also not longer require the brick/math package.