mollie / laravel-mollie

Mollie API client wrapper for Laravel & Mollie Connect provider for Laravel Socialite
https://www.mollie.com/
MIT License
322 stars 62 forks source link

Add support for Laravel 10 #221

Closed jnoordsij closed 1 year ago

jnoordsij commented 1 year ago

Description

Add support for Laravel 10.

Motivation and Context

Fixes #218.

How Has This Been Tested?

Add Laravel 10 to the GitHub workflow tests.

Types of changes

Checklist:

ToDo:

sandervanhooft commented 1 year ago

Thanks for the effort @jnoordsij, also noted your PR on graham-campbell/testbench.

I decided to work around the graham-campbell package for now so we can go ahead and release Laravel 10 support asap. See #225

jnoordsij commented 1 year ago

@sandervanhooft ah that works as well! You might have saved a little work by starting from here, but probably these changes weren't that hard to figure ;)

Thanks for adding the support!