From 5f558b0a1d8c0da3a79da8b11d735d4c6febe5da Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michal=20=C4=8Ciha=C5=99?= Date: Wed, 7 Dec 2016 15:56:39 +0100 Subject: [PATCH] Add openssl to sugest MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Issue #12785 Signed-off-by: Michal Čihař --- composer.json | 1 + 1 file changed, 1 insertion(+) diff --git a/composer.json b/composer.json index 1773709f05..d3552cd4a8 100644 --- a/composer.json +++ b/composer.json @@ -29,6 +29,7 @@ "ext-json": "*" }, "suggest": { + "ext-openssl": "Cookie encryption", "ext-curl": "Updates checking", "ext-opcache": "Better performance", "ext-zlib": "For gz import and export",