Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/phpmyadmin/phpmyadmin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMaurício Meneghini Fauth <mauricio@fauth.dev>2021-10-14 18:01:12 +0300
committerMaurício Meneghini Fauth <mauricio@fauth.dev>2022-01-10 18:19:42 +0300
commit28ad63c96916ac1f81b7266faab65d3e7c9205ef (patch)
tree73ec877706950df435c43b30428356d0430bc724 /composer.json
parenteb9bcbc040ace2a99375fb043c7de4f44533ea10 (diff)
Create `PhpMyAdmin\Crypto\Crypto` class to handle encryptions
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
Diffstat (limited to 'composer.json')
-rw-r--r--composer.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/composer.json b/composer.json
index 2423a2565a..c9fcfd9453 100644
--- a/composer.json
+++ b/composer.json
@@ -65,7 +65,7 @@
"samyoul/u2f-php-server": "<1.1"
},
"suggest": {
- "ext-openssl": "Cookie encryption",
+ "ext-openssl": "For encryption performance",
"ext-curl": "Updates checking",
"ext-opcache": "Better performance",
"ext-zlib": "For gz import and export",