From 3939e7f4230b3082c8cf51e57978f3548efc8c46 Mon Sep 17 00:00:00 2001 From: Ludovic Hirlimann Date: Fri, 28 Mar 2025 15:08:29 +0100 Subject: [PATCH] Update install.md update and adding session dependancie --- docs/install.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/install.md b/docs/install.md index 2f3efa93a..9ccac8f4a 100644 --- a/docs/install.md +++ b/docs/install.md @@ -17,7 +17,7 @@ Flarum 2.0 is currently in beta. It is not ready for production use. Before you install Flarum, it's important to check that your server meets the requirements. To run Flarum, you will need: * **Apache** (with mod\_rewrite enabled) or **Nginx** -* **PHP 8.2+** with the following extensions: curl, dom, fileinfo, gd, json, mbstring, openssl, pdo\_mysql, tokenizer, zip +* **PHP 8.2+** with the following extensions: curl, dom, fileinfo, gd, json, mbstring, openssl, pdo\_mysql, tokenizer, zip, session * **One of the following databases**: * MySQL 5.7+ / 8.0.30+ * MariaDB 10.3+