0.9.0
💥 Breaking changes
- Minimum PHP version is now 8.1
PDOProviderConfiguration
no longer has getters, its properties arepublic readonly
RoundingMode
frombrick/math
is now an enum, so:- all methods accepting an
int
rounding mode now accept aRoundingMode
instance instead - this should be transparent to your application, as you'll be using the same constants such as
RoundingMode::UP
- all methods accepting an