thephpleague / omnipay-common

Core components for the Omnipay PHP payment processing library
MIT License
329 stars 242 forks source link

PHP7.2 support? #248

Closed barryvdh closed 3 years ago

barryvdh commented 3 years ago

I've dropped PHP7.2 support because it's not supported anymore (https://www.php.net/supported-versions.php) and PHPUnit9 does not allow it. But it does have significant usages (13.8%).

https://packagist.org/packages/omnipay/common/php-stats#3 image

What do you think, is PHP7.2 support required or should we just phase it out? (Current versions still works with 7.2 ofcourse)

barryvdh commented 3 years ago

We now support 7.2 with PhpUnit 8.