0.6.0
💥 Breaking changes
- Minimum PHP version is now 7.4
AbstractMoney::getAmount()
now has a return typeCurrencyConverter
's constructor does not accept a default$context
anymoreCurrencyConverter::convert()
now requires the$context
previously accepted by the constructor as third parameterMoney::allocateWithRemainder()
now refuses to allocate a portion of the amount that cannot be spread over all ratios, and instead adds that amount to the remainder (#55)Money::splitWithRemainder()
now behaves likeallocateWithRemainder()
✨ New ISO currencies
SLE
(Leone) in Sierra Leone (SL
)
👌 Improvements
- Compatibility with
brick/math
version0.10