thephpleague / omnipay-tests

Test components for the Omnipay PHP payment processing library
MIT License
10 stars 35 forks source link

Permit higher versions of PHPunit to be used #13

Closed davidbankes closed 6 years ago

davidbankes commented 6 years ago

This increases compatibility with newer versions of php. Although omnipay is moving to 3.0, there are lots of packages that still only support 2. This will allow bugfixes to continue to be applied to omnipay drivers that are still in version 2, while working in the most recent PHP version.

(In my case, I have a bug I want to fix in omnipay/firstdata, which is only omnipay v2 compatible.)

davidbankes commented 6 years ago

Thanks @barryvdh ! Is it possible to get a v2.1.1 tag for this?

himRAJ123hrajput commented 6 years ago

I am waiting for the same to be resolved.

barryvdh commented 6 years ago

tagged

himRAJ123hrajput commented 6 years ago

@barryvdh Thanks for the tag.