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 Laravel 10 support, drop graham-campbell/testbench #225

Closed sandervanhooft closed 1 year ago

sandervanhooft commented 1 year ago

Dropped support for graham-campbell/testbench with a temporary workaround (see Tests\TempHelpers). This should be cleaned up later by a) reverting back to graham-campbell/testbench as Laravel 10 support has landed there, or b) alter the tests and drop the TempHelpers directory.

cc @Naoray