CyberSource / cybersource-rest-client-php

PHP client library for the CyberSource REST API
30 stars 66 forks source link

Still doing releases for php5? #89

Open danmcadams opened 2 years ago

danmcadams commented 2 years ago

We're on PHP8.1 now and there are deprecation warnings abound! Why are you still generating code for PHP 5?

TechN8 commented 2 years ago

Second this, most of the warnings are due to implementing the ArrayAccess interface and not matching the return type on the function signatures. Would be nice to have these warnings gone, but would bump min PHP version to 7.

russjudge commented 1 year ago

PHP 5 should not be supported anymore. It is obsolete and is a security risk since no more patches are done for it. Therefore, drop PHP 5 support and make the minimum support version 7 (or even 8). Fix all the very annoying deprecated warnings.