barryvdh / laravel-omnipay

Omnipay ServiceProvider for Laravel
MIT License
168 stars 46 forks source link

Add support for Laravel 8 #35

Closed nexxai closed 4 years ago

nexxai commented 4 years ago

Added support for illuminate/support|^8

nexxai commented 4 years ago

Assuming this is also blocked on https://github.com/thephpleague/omnipay/pull/615 ?

nexxai commented 4 years ago

@barryvdh now that we're no longer blocked from thephpleague/omnipay, can you review/merge?

barryvdh commented 4 years ago

Yes can you give it a try with the 3.1 dev version of omnipay?

nexxai commented 4 years ago

So in my very rudimentary testing (I don't really understand how to make composer work with various sub branches, so I just downloaded the raw repos and stamped them over top of each other), I think it looks OK, but someone with some better composer knowledge than me should probably check to be sure.