update RoundingMode to be compatiable with already upgraded brick/math#588
update RoundingMode to be compatiable with already upgraded brick/math#588kurund wants to merge 3 commits intoramsey:4.xfrom
Conversation
|
This seems like a BC break. I don't think I can include this in the current 4.x series without potentially breaking a lot of users' applications. |
|
@kurund, thanks for your contribution! After more investigation, I don't think there's a need for this change, since this array performs the translation between this library's uuid/src/Math/BrickMathCalculator.php Lines 34 to 45 in 7eec9c2 That translation allows code like this to work on both older versions of brick/math and newer versions that have the enum: uuid/src/Math/BrickMathCalculator.php Lines 80 to 99 in 7eec9c2 If we change this library's |
Fixes #586