Skip to content

Commit 46fb04e

Browse files
chore(deps-dev): bump squizlabs/php_codesniffer from 3.10.0 to 3.10.1 (#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]>
1 parent 0d430e9 commit 46fb04e

File tree

2 files changed

+7
-5
lines changed

2 files changed

+7
-5
lines changed

composer.lock

Lines changed: 5 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/Encryption.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -98,6 +98,7 @@ public function getAvailableMethods(): array
9898
'camellia-192-cbc-cts',
9999
'camellia-256-cbc-cts',
100100
'null',
101+
'sm4-xts',
101102
'0.3.4401.5.3.1.9.1',
102103
'0.3.4401.5.3.1.9.21',
103104
'0.3.4401.5.3.1.9.41',
@@ -110,6 +111,7 @@ public function getAvailableMethods(): array
110111
'1.2.410.200046.1.1.38',
111112
'1.2.410.200046.1.1.39',
112113
'1.2.410.200046.1.1.6',
114+
'1.2.156.10197.1.104.10',
113115
'1.2.840.113549.1.9.16.3.6',
114116
'1.3.14.3.2.17',
115117
'2.16.840.1.101.3.4.1.1',

0 commit comments

Comments
 (0)