gbusiness-api-php-sdk icon indicating copy to clipboard operation
gbusiness-api-php-sdk copied to clipboard

Update to phpseclib v3

Open nicolas-ristocloud opened this issue 7 months ago • 2 comments

As per title, phpseclib v3 is the recommended version of the library by the authors, with better compatibility for php 8.4 and also other libraries like league/flysystem.

nicolas-ristocloud avatar Apr 30 '25 07:04 nicolas-ristocloud

I'm also interested in an update to phpseclib v3, as it would allow me to upgrade the library to version 1.4 in a Magento 2.4.7 project. Thank you

davideleonelli99 avatar May 20 '25 08:05 davideleonelli99

tested fork for compatibility with phpseclib v3

"repositories" : [ { "type": "vcs", "url": "https://github.com/beppause-it/gbusiness-api-php-sdk.git" } ],

"require" : {
    "satispay/gbusiness-api-php-sdk": "dev-master#aecf247"
}

beppause-it avatar Oct 17 '25 06:10 beppause-it