Skip to content

chore(deps): bump phpseclib/phpseclib from 3.0.52 to 3.0.54#95

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/composer/phpseclib/phpseclib-3.0.54
Open

chore(deps): bump phpseclib/phpseclib from 3.0.52 to 3.0.54#95
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/composer/phpseclib/phpseclib-3.0.54

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jun 20, 2026

Copy link
Copy Markdown

Bumps phpseclib/phpseclib from 3.0.52 to 3.0.54.

Release notes

Sourced from phpseclib/phpseclib's releases.

3.0.54

  • X509: add setURLFetchCallback() method

3.0.53

  • RSA: decryption with password protected keys didn't work with OpenSSL engine (#2140)
  • ASN1: speed up OID calculations
  • SFTP: add hardlink() method (#2142)
  • DES: fix PHP deprecations (#2145)
Changelog

Sourced from phpseclib/phpseclib's changelog.

3.0.54 - 2026-06-14

  • X509: add setURLFetchCallback() method

3.0.53 - 2026-06-09

  • RSA: decryption with password protected keys didn't work with OpenSSL engine (#2140)
  • ASN1: speed up OID calculations
  • SFTP: add hardlink() method (#2142)
  • DES: fix PHP deprecations (#2145)
Commits
  • 5418963 Merge branch '2.0' into 3.0
  • d73c9e0 Merge branch '1.0' into 2.0
  • fa867e5 CHANGELOG: add new release
  • 5bbefa4 X509: add visibility
  • 5eabac9 Merge branch '2.0' into 3.0
  • bab8dc0 X509: make setURLFetchCallback static and use filter_var
  • f5c33c4 Merge branch '1.0' into 2.0
  • 0987dd9 X509: add setURLFetchCallback() method
  • 00c3bd1 DSA/PKCS1: require version be 0
  • 9116b83 BigInteger/GMP: getLengthInBytes() fix for empty strings
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
    You can disable automated security fix PRs for this repo from the Security Alerts page.

Bumps [phpseclib/phpseclib](https://github.com/phpseclib/phpseclib) from 3.0.52 to 3.0.54.
- [Release notes](https://github.com/phpseclib/phpseclib/releases)
- [Changelog](https://github.com/phpseclib/phpseclib/blob/master/CHANGELOG.md)
- [Commits](phpseclib/phpseclib@3.0.52...3.0.54)

---
updated-dependencies:
- dependency-name: phpseclib/phpseclib
  dependency-version: 3.0.54
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file php Pull requests that update php code labels Jun 20, 2026
@github-actions

Copy link
Copy Markdown

PHPUnit Test Summary

PHPUnit 9.6.34 by Sebastian Bergmann and contributors.

Runtime:       PHP 7.4.33
Configuration: /home/runner/work/mmg-wp-plugin/mmg-wp-plugin/phpunit.xml

�[4mMMGApi Client�[0m
 �[32m✔�[0m Demo base url �[32m 2 �[2mms�[0m
 �[32m✔�[0m Live base url uses option �[32m 1 �[2mms�[0m
 �[32m✔�[0m Live base url defaults when option missing �[32m 1 �[2mms�[0m
 �[32m✔�[0m Ensure token skips login when cached �[32m 3 �[2mms�[0m

PHPUnit Test Results

Click to expand full report
PHPUnit 9.6.34 by Sebastian Bergmann and contributors.

Runtime:       PHP 7.4.33
Configuration: /home/runner/work/mmg-wp-plugin/mmg-wp-plugin/phpunit.xml

�[4mMMGApi Client�[0m
 �[32m✔�[0m Demo base url �[32m 2 �[2mms�[0m
 �[32m✔�[0m Live base url uses option �[32m 1 �[2mms�[0m
 �[32m✔�[0m Live base url defaults when option missing �[32m 1 �[2mms�[0m
 �[32m✔�[0m Ensure token skips login when cached �[32m 3 �[2mms�[0m
 �[32m✔�[0m Ensure token calls login when no token �[32m 1 �[2mms�[0m
 �[32m✔�[0m Clear tokens removes access token �[32m 1 �[2mms�[0m
 �[32m✔�[0m Login stores access token on success �[32m 2 �[2mms�[0m
 �[32m✔�[0m Login throws on non 200 �[32m 1 �[2mms�[0m
 �[32m✔�[0m Get balance url contains balance path and merchant msisdn �[32m 1 �[2mms�[0m
 �[32m✔�[0m Get transaction history url contains txn history path and msisdn �[32m 3 �[2mms�[0m
 �[32m✔�[0m Lookup transaction url contains lookup path and txn id �[32m 1 �[2mms�[0m
 �[32m✔�[0m Reversal posts to reversal path with mid and txn id �[32m 1 �[2mms�[0m
 �[32m✔�[0m All authenticated calls inject required headers �[32m 1 �[2mms�[0m

�[4mMMGCheckout Payment (MMG_Checkout_Payment\MMGCheckoutPayment)�[0m
 �[32m✔�[0m Generate checkout url �[32m 1 �[2mms�[0m

�[4mMMGConversion�[0m
 �[32m✔�[0m Conversion usd to gyd �[32m 16 �[2mms�[0m
 �[32m✔�[0m No conversion for gyd �[32m 14 �[2mms�[0m

�[4mMMGGateway�[0m
 �[32m✔�[0m Process refund returns true on success �[32m 1 �[2mms�[0m
 �[32m✔�[0m Process refund returns wp error on failure �[32m 1 �[2mms�[0m

�[4mMMGPayments Blocks�[0m
 �[32m✔�[0m Has conversion true when rate configured �[32m 1 �[2mms�[0m
 �[32m✔�[0m Has conversion false for gyd currency �[32m 1 �[2mms�[0m
 �[32m✔�[0m Has conversion false when no rate exists �[32m 1 �[2mms�[0m
 �[32m✔�[0m Has conversion false when rate disabled �[32m 1 �[2mms�[0m
 �[32m✔�[0m Has conversion false when rate is zero �[32m 1 �[2mms�[0m
 �[32m✔�[0m Currency symbol included in data �[32m 1 �[2mms�[0m
 �[32m✔�[0m Cart computed keys absent from data �[32m 1 �[2mms�[0m

�[4mMMGWebhook�[0m
 �[32m✔�[0m Webhook completes order on result code zero �[32m 1 �[2mms�[0m
 �[32m✔�[0m Webhook rejects invalid callback key with 403 �[32m 1 �[2mms�[0m
 �[32m✔�[0m Webhook returns 200 on decrypt failure to prevent retries �[32m 1 �[2mms�[0m
 �[32m✔�[0m Webhook does not double complete already paid order �[32m 1 �[2mms�[0m

Time: 00:00.050, Memory: 8.00 MB

�[30;42mOK (29 tests, 43 assertions)�[0m

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file php Pull requests that update php code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants