Skip to content

Commit edd31c0

Browse files
committed
chore: add missing ext-sodium in suggest
1 parent bcc9b54 commit edd31c0

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 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 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)