From efd24e055dce550da9b2ee502d5c31a0c6338919 Mon Sep 17 00:00:00 2001 From: kenjis Date: Thu, 13 Oct 2022 11:16:50 +0900 Subject: [PATCH] chore: add extensions in suggest --- admin/framework/composer.json | 2 ++ composer.json | 2 ++ 2 files changed, 4 insertions(+) diff --git a/admin/framework/composer.json b/admin/framework/composer.json index ea5e3ac9fa..66f1adb58b 100644 --- a/admin/framework/composer.json +++ b/admin/framework/composer.json @@ -34,6 +34,8 @@ "ext-memcache": "If you use Cache class MemcachedHandler with Memcache", "ext-memcached": "If you use Cache class MemcachedHandler with Memcached", "ext-redis": "If you use Cache class RedisHandler", + "ext-dom": "If you use TestResponse", + "ext-libxml": "If you use TestResponse", "ext-fileinfo": "Improves mime type detection for files", "ext-readline": "Improves CLI::input() usability" }, diff --git a/composer.json b/composer.json index 8fca22ded5..c5ce9f91d0 100644 --- a/composer.json +++ b/composer.json @@ -37,6 +37,8 @@ "ext-memcache": "If you use Cache class MemcachedHandler with Memcache", "ext-memcached": "If you use Cache class MemcachedHandler with Memcached", "ext-redis": "If you use Cache class RedisHandler", + "ext-dom": "If you use TestResponse", + "ext-libxml": "If you use TestResponse", "ext-fileinfo": "Improves mime type detection for files", "ext-readline": "Improves CLI::input() usability" },