Skip to content

Update dependency mollie/laravel-mollie to v4#70

Open
renovate[bot] wants to merge 1 commit intomainfrom
renovate/mollie-laravel-mollie-4.x
Open

Update dependency mollie/laravel-mollie to v4#70
renovate[bot] wants to merge 1 commit intomainfrom
renovate/mollie-laravel-mollie-4.x

Conversation

@renovate
Copy link
Copy Markdown

@renovate renovate Bot commented Jan 11, 2026

This PR contains the following updates:

Package Change Age Confidence
mollie/laravel-mollie ^2.10^4.0 age confidence

Release Notes

mollie/laravel-mollie (mollie/laravel-mollie)

v4.1.0

Compare Source

What's Changed

Full Changelog: mollie/laravel-mollie@v4.0.2...v4.1.0

v4.0.2

Compare Source

What's Changed

Full Changelog: mollie/laravel-mollie@v4.0.2...v4.1.0

v4.0.1

Compare Source

What's Changed

Full Changelog: mollie/laravel-mollie@v4.0.1...v4.0.2

v4.0.0

Compare Source

What's Changed

Full Changelog: mollie/laravel-mollie@v4.0.0...v4.0.1

v3.1.0

Compare Source

Added
  • Support for mollie-api-php v3 with typed request objects - you can now use Mollie::send(new CreatePaymentRequest(...)).
  • ValidatesWebhookSignatures middleware for validating incoming webhook signatures.
  • HandleIncomingWebhook controller for processing webhook requests.
  • WebhookDispatcher service that dispatches webhook events (extensible for custom handling strategies).
  • SetupWebhookCommand to automatically configure webhooks via the Mollie API or guide manual setup.
  • Webhook route file (routes/webhook.php) for handling incoming webhooks.
  • Applied updated Adapter Contract to MollieLaravelHttpClientAdapter.
Changed
  • Minimum PHP version is now 8.2.0.
  • Only Laravel 11.x and 12.x are supported.
  • Upgraded to mollie-api-php v3 which includes several breaking changes (see mollie-api-php upgrade guide).
  • Endpoint access changed from methods to properties (e.g., payments() becomes payments).
  • Metadata in API request payloads now only accepts arrays (not strings or objects).
  • Main MollieServiceProvider is now deferred for improved performance.
  • MollieSocialiteServiceProvider is now deferred and only loaded when laravel/socialite is installed.
  • Separated Socialite integration into dedicated service provider (MollieSocialiteServiceProvider).
  • Test on PHP 8.4 and 8.5 by @​jnoordsij in #​252
  • fix version vars by @​sandervanhooft in #​254
Removed
  • Mollie\Laravel\MollieManager class (use Mollie facade instead).
  • mollie() global helper function (use Mollie::api() facade or dependency injection instead).
  • Support for Laravel 10.x and earlier.
  • Support for PHP 8.1 and earlier.

Full Changelog: mollie/laravel-mollie@v3.1.0...v4.0.0

This release leverages the V2 mollie-api-php client.

v3.0.0

Compare Source

What's Changed

  • Implemented PHP 8.3 compatibility in CI tests, courtesy of @​jnoordsij.
  • Added support for Laravel v11, thanks to @​Naoray's contribution.
  • Updated the license from BSD to MIT.
  • Discontinued support for PHP 8.0.
  • Discontinued Lumen support.
  • Removed the global mollie() helper method.

For detailed instructions on upgrading from v2.x to v3.0, please consult our UPGRADE.md guide.

Full Changelog: mollie/laravel-mollie@v2.25.0...v3.0.0


Configuration

📅 Schedule: (UTC)

  • Branch creation
    • At any time (no schedule defined)
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants