Outdated version of RoundingMode.php results in fatal
This package currently uses older version of brick/math
https://github.com/ramsey/uuid/blob/4.x/src/Math/RoundingMode.php
Latest version: https://github.com/brick/math/blob/master/src/RoundingMode.php
Hence, if there are any other plugins that use latest brick/math it results in fatal error. This is mainly due to switch to enums.
brick/math was updated in this PR https://github.com/ramsey/uuid/pull/526 however, RoundingMode.php was not updated to be compatible with 0.12.x version.
I closed #588, since I don't think it's necessary.
if there are any other plugins that use latest brick/math it results in fatal error.
Can you provide a reproducible example that shows the fatal error?