Skip to content

Commit

Permalink
chore(deps-dev): bump squizlabs/php_codesniffer from 3.10.0 to 3.10.1 (
Browse files Browse the repository at this point in the history
…#203)

* chore(deps-dev): bump squizlabs/php_codesniffer from 3.10.0 to 3.10.1

Bumps [squizlabs/php_codesniffer](https://github.com/PHPCSStandards/PHP_CodeSniffer) from 3.10.0 to 3.10.1.
- [Release notes](https://github.com/PHPCSStandards/PHP_CodeSniffer/releases)
- [Changelog](https://github.com/PHPCSStandards/PHP_CodeSniffer/blob/master/CHANGELOG.md)
- [Commits](PHPCSStandards/PHP_CodeSniffer@3.10.0...3.10.1)

---
updated-dependencies:
- dependency-name: squizlabs/php_codesniffer
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>

* remove encryption methods sm4-xts, 1.2.156.10197.1.104.10 for PHP>=8.1

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Sébastien Rancoud <[email protected]>
  • Loading branch information
dependabot[bot] and rancoud authored May 23, 2024
1 parent 0d430e9 commit 46fb04e
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 5 deletions.
10 changes: 5 additions & 5 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions src/Encryption.php
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,7 @@ public function getAvailableMethods(): array
'camellia-192-cbc-cts',
'camellia-256-cbc-cts',
'null',
'sm4-xts',
'0.3.4401.5.3.1.9.1',
'0.3.4401.5.3.1.9.21',
'0.3.4401.5.3.1.9.41',
Expand All @@ -110,6 +111,7 @@ public function getAvailableMethods(): array
'1.2.410.200046.1.1.38',
'1.2.410.200046.1.1.39',
'1.2.410.200046.1.1.6',
'1.2.156.10197.1.104.10',
'1.2.840.113549.1.9.16.3.6',
'1.3.14.3.2.17',
'2.16.840.1.101.3.4.1.1',
Expand Down

0 comments on commit 46fb04e

Please sign in to comment.