mollie / laravel-mollie

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

Support for PHP8 #157

Closed jnoordsij closed 3 years ago

jnoordsij commented 3 years ago

PHP8 has been released. Currently composer.json in this project does not support it.

Expected Behavior

PHP8 supported by this project.

Current Behavior

Composer does not allow installing this as dependency on projects with php version "php": "^8.0".

sandervanhooft commented 3 years ago

We'll need to fix this on mollie/mollie-api-php first.

After that this package is ready to be released with php8 support.

ciungulete commented 3 years ago

@sandervanhooft , this is closed by #159

sandervanhooft commented 3 years ago

@ciungulete True! Thanks!

jnoordsij commented 3 years ago

Great, thanks for fixing this!