thephpleague / omnipay-sagepay

Sage Pay driver for the Omnipay PHP payment processing library
MIT License
55 stars 78 forks source link

PHP 8.0 compatibility #167

Closed ghost closed 2 years ago

ghost commented 3 years ago

We are looking into upgrading our project to PHP 8.0 but obviously this project officially does not support the latest version as of composer output:

- omnipay/sagepay is locked to version 3.2.3 and an update of this package was not requested.
- omnipay/sagepay 3.2.3 requires php ^5.6|^7 -> your php version (8.0.10) does not satisfy that requirement.

If this package is compatible to PHP 8.0 it would be nice if the composer requirements would be updated.

sunscreem commented 2 years ago

Wondering if there's any progress on this one folks?

barryvdh commented 2 years ago

Fixed with #169

jamieburchell commented 2 years ago

@barryvdh Please can you release? Do you need more testing help?