From 763b76856ce212da130ff5a3e0b240888c58add9 Mon Sep 17 00:00:00 2001 From: Florian HENRY Date: Tue, 5 Jan 2021 15:13:57 +0100 Subject: [PATCH] fix comoser --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index a943fbe0aa3..476ebe4f6bf 100644 --- a/composer.json +++ b/composer.json @@ -53,7 +53,7 @@ "ext-gd" : "Image manipulation (Required but maybe built-in PHP)", "ext-imagick" : "Generation of thumbs from PDF", "ext-mcrypt" : "(Required but maybe built-in PHP)", - "ext-openssl" : "Secure connections (Emails, SOAP\u2026)", + "ext-openssl" : "Secure connections (Emails, SOAP)", "ext-mbstring" : "Handle non UTF-8 characters", "ext-soap" : "Native SOAP", "ext-zip" : "ODT, Excel and file compression support",