Skip to content

Commit a37ae72

Browse files
authored
Merge pull request #8281 from kenjis/add-ext-sodium
chore: add missing ext-sodium in suggest
2 parents 8ca1471 + b1b7d16 commit a37ae72

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

admin/framework/composer.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@
4343
"ext-readline": "Improves CLI::input() usability",
4444
"ext-redis": "If you use Cache class RedisHandler",
4545
"ext-simplexml": "If you format XML",
46+
"ext-sodium": "If you use Encryption SodiumHandler",
4647
"ext-sqlite3": "If you use SQLite3",
4748
"ext-sqlsrv": "If you use SQL Server",
4849
"ext-xdebug": "If you use CIUnitTestCase::assertHeaderEmitted()"

composer.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,7 @@
5252
"ext-readline": "Improves CLI::input() usability",
5353
"ext-redis": "If you use Cache class RedisHandler",
5454
"ext-simplexml": "If you format XML",
55+
"ext-sodium": "If you use Encryption SodiumHandler",
5556
"ext-sqlite3": "If you use SQLite3",
5657
"ext-sqlsrv": "If you use SQL Server",
5758
"ext-xdebug": "If you use CIUnitTestCase::assertHeaderEmitted()"

0 commit comments

Comments
 (0)