diff options
author | Remi Collet <remi@remirepo.net> | 2022-09-12 11:17:08 +0200 |
---|---|---|
committer | Remi Collet <remi@php.net> | 2022-09-12 11:17:08 +0200 |
commit | 483fe48be5614e0a91bd2f6b4c00983e01a52a0a (patch) | |
tree | 1cd3448e300cbd4f67c44ea6db5cb87885fa36b7 /composer.json | |
parent | 441c4ebef4d964718fa05d37ae3b19d03ad95ae2 (diff) |
update to 3.0.16
Diffstat (limited to 'composer.json')
-rw-r--r-- | composer.json | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/composer.json b/composer.json index 0f40d7c..5052d5f 100644 --- a/composer.json +++ b/composer.json @@ -62,7 +62,8 @@ "ext-libsodium": "SSH2/SFTP can make use of some algorithms provided by the libsodium-php extension.", "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 few other cryptographic operations.", - "ext-gmp": "Install the GMP (GNU Multiple Precision) extension in order to speed up arbitrary precision integer arithmetic operations." + "ext-gmp": "Install the GMP (GNU Multiple Precision) extension in order to speed up arbitrary precision integer arithmetic operations.", + "ext-dom": "Install the DOM extension to load XML formatted public keys." }, "autoload": { "files": [ |