What's Changed
- added support for Laravel 11
- dropped support for PHP < 8.1
- upgraded Carbon dependency to v3
- wrapped
->diffIn*()
calls inabs()
because these can now return negative values - moved
lang
folder to root - migrated
phpunit.xml.dist
to latest version - restructured
CashierServiceProvider
- replaced references to
Mollie\Laravel\MollieApiWrapper
withMollie\Api\MollieApiClient
- updated GitHub workflow tests to include php 8.3 & Laravel v11, dropped php v8.0
Full Changelog: v2.11.1...v2.12.0