2.8.0
Removed
- Drop support for PHP 5.6
Changed
- Mark
Money::setAmount()
as@internal
- Mark
Money::setCurrency()
as@internal
- Mark
Money::setAmountInCents()
as@internal
- Mark
Money::setAmountInMinorUnits()
as@internal
- Update PHPUnit version
- Migrate from Travis CI to GitHub Actions
Deprecated
- Deprecate
Money::setAmountInCents()
in favor ofMoney::setAmountInMinorUnits()
- Deprecate
Money::getAmountInCents()
in favor ofMoney::getAmountInMinorUnits()