adrianbarbos / mobilpay

Laravel 5 mobilpay wrapper around omnipay with omnipay-mobilpay driver
MIT License
19 stars 23 forks source link

Can't upgrade to Laravel 7 / 8 #13

Closed razvan-z closed 3 years ago

razvan-z commented 3 years ago

Hi Adrian! Thanks again for your great work. I'd like to upgrade my projects to the latest Laravel version, but I have an issue:

- Installation request for adrianbarbos/mobilpay =1.0.11 -> satisfiable by adrianbarbos/mobilpay[1.0.11].
- Conclusion: don't install laravel/framework v8.0.0
- adrianbarbos/mobilpay 1.0.11 requires illuminate/support 5.* || 6.* || 7.* -> satisfiable by laravel/framework[v6.20.6], illuminate/support[5.0.x-dev, [...], v7.9.2].

Would your library be compatible with illuminate/support v. 8.* ?

Thanks!

adrianbarbos commented 3 years ago

hey @razvan-z. Didn't test it with the new version, could work but I don't have a mobilpay account anymore to test and I'm not sure if mobilpay has some kind of developer account

adrianbarbos commented 3 years ago

@razvan-z a PR #14 was merged with Laravel 8 support, it should work now