From ad8fd7c135643c8817eab470cbeac911a0120a01 Mon Sep 17 00:00:00 2001 From: terrafrost Date: Fri, 15 Jul 2022 09:40:50 -0500 Subject: [PATCH] Composer: add additional suggests --- composer.json | 2 ++ 1 file changed, 2 insertions(+) diff --git a/composer.json b/composer.json index 9ff1f45b..0cccd04b 100644 --- a/composer.json +++ b/composer.json @@ -59,8 +59,10 @@ "squizlabs/php_codesniffer": "~2.0" }, "suggest": { + "ext-openssl": "Install the OpenSSL extension in order to speed up a wide variety of cryptographic operations.", "ext-mcrypt": "Install the Mcrypt extension in order to speed up a wide variety of cryptographic operations.", "ext-gmp": "Install the GMP (GNU Multiple Precision) extension in order to speed up arbitrary precision integer arithmetic operations.", + "ext-xml": "Install the XML extension to load XML formatted public keys.", "pear-pear/PHP_Compat": "Install PHP_Compat to get phpseclib working on PHP < 5.0.0." }, "include-path": ["phpseclib/"],