barryvdh / laravel-omnipay

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

Laravel 5.6 support #21

Open siarheipashkevich opened 6 years ago

siarheipashkevich commented 6 years ago

@barryvdh are ur going to support l 5.6?

emjayess commented 6 years ago

Also wondering the status of this; this package is blocking a Laravel 5.6 upgrade path.

barryvdh commented 6 years ago

Not sure if that will work bit you cn submit a pr

barryvdh commented 6 years ago

Can you try with the 0.3 branch?

emjayess commented 6 years ago

Can you try with the 0.3 branch?

Willing, but looking at the github branches I see only master and a v0.2.0 tag; please clarify/advise?

barryvdh commented 6 years ago

The master is aliased to 0.3, so require 0.3.x@dev

emjayess commented 6 years ago

I see. Ok thanks.