From edd31c0971c68f4483df04b62a9f994798b3e308 Mon Sep 17 00:00:00 2001 From: kenjis Date: Fri, 1 Dec 2023 15:12:27 +0900 Subject: [PATCH 1/2] chore: add missing ext-sodium in suggest --- admin/framework/composer.json | 1 + composer.json | 1 + 2 files changed, 2 insertions(+) diff --git a/admin/framework/composer.json b/admin/framework/composer.json index f93daa275b1d..04b46a3b667c 100644 --- a/admin/framework/composer.json +++ b/admin/framework/composer.json @@ -43,6 +43,7 @@ "ext-readline": "Improves CLI::input() usability", "ext-redis": "If you use Cache class RedisHandler", "ext-simplexml": "If you format XML", + "ext-sodium": "If you Encryption SodiumHandler", "ext-sqlite3": "If you use SQLite3", "ext-sqlsrv": "If you use SQL Server", "ext-xdebug": "If you use CIUnitTestCase::assertHeaderEmitted()" diff --git a/composer.json b/composer.json index 03008c6de3ca..98e5c32cf10d 100644 --- a/composer.json +++ b/composer.json @@ -52,6 +52,7 @@ "ext-readline": "Improves CLI::input() usability", "ext-redis": "If you use Cache class RedisHandler", "ext-simplexml": "If you format XML", + "ext-sodium": "If you Encryption SodiumHandler", "ext-sqlite3": "If you use SQLite3", "ext-sqlsrv": "If you use SQL Server", "ext-xdebug": "If you use CIUnitTestCase::assertHeaderEmitted()" From b1b7d169d523106159970d95765375b017a3b512 Mon Sep 17 00:00:00 2001 From: kenjis Date: Sun, 3 Dec 2023 05:36:02 +0900 Subject: [PATCH 2/2] docs: add missing "use" Co-authored-by: MGatner --- admin/framework/composer.json | 2 +- composer.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/admin/framework/composer.json b/admin/framework/composer.json index 04b46a3b667c..245091e5d256 100644 --- a/admin/framework/composer.json +++ b/admin/framework/composer.json @@ -43,7 +43,7 @@ "ext-readline": "Improves CLI::input() usability", "ext-redis": "If you use Cache class RedisHandler", "ext-simplexml": "If you format XML", - "ext-sodium": "If you Encryption SodiumHandler", + "ext-sodium": "If you use Encryption SodiumHandler", "ext-sqlite3": "If you use SQLite3", "ext-sqlsrv": "If you use SQL Server", "ext-xdebug": "If you use CIUnitTestCase::assertHeaderEmitted()" diff --git a/composer.json b/composer.json index 98e5c32cf10d..99a7dc676d56 100644 --- a/composer.json +++ b/composer.json @@ -52,7 +52,7 @@ "ext-readline": "Improves CLI::input() usability", "ext-redis": "If you use Cache class RedisHandler", "ext-simplexml": "If you format XML", - "ext-sodium": "If you Encryption SodiumHandler", + "ext-sodium": "If you use Encryption SodiumHandler", "ext-sqlite3": "If you use SQLite3", "ext-sqlsrv": "If you use SQL Server", "ext-xdebug": "If you use CIUnitTestCase::assertHeaderEmitted()"