From 411f85b43bda41328d2b690e2e747c352a69e146 Mon Sep 17 00:00:00 2001 From: mochaaP Date: Tue, 28 Jun 2022 14:55:18 +0800 Subject: [PATCH] chore(docs): add requirement for OpenSSL 1.1.1 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e8cb3ab2..2fde4b83 100644 --- a/README.md +++ b/README.md @@ -42,7 +42,7 @@ Blessing Skin has only a few system requirements. In most cases, these PHP exten - Web server with URL rewriting enabled (Nginx or Apache) - PHP >= 8.0.2 - PHP Extensions - - OpenSSL + - OpenSSL >= 1.1.1 (TLS 1.3) - PDO - Mbstring - Tokenizer