From 9e2909d0604af18e5037c3bd74b3529cb5e9036e Mon Sep 17 00:00:00 2001 From: Simon Vieille Date: Sun, 23 Jan 2022 23:46:43 +0100 Subject: [PATCH] update dependencies --- docs/install.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/install.md b/docs/install.md index 26ad304..a8a1f4f 100644 --- a/docs/install.md +++ b/docs/install.md @@ -2,7 +2,7 @@ ## Technical Requirements -* Install PHP 7.3 or higher and these PHP extensions (which are installed and enabled by default in most PHP 7 installations): Ctype, iconv, JSON, PCRE, Session, SimpleXML, and Tokenizer; +* Install PHP 8.0 or higher and these PHP extensions (which are installed and enabled by default in most PHP 7 installations): Ctype, iconv, JSON, PCRE, Session, SimpleXML, and Tokenizer; * [Install Composer](https://getcomposer.org/download/), which is used to install PHP packages. * [Install NodeJS](https://nodejs.org/en/download/) 12 or higher, [Yarn](https://classic.yarnpkg.com/en/docs/install/#debian-stable) and [Webpack](https://webpack.js.org/guides/installation/) * A created database (MySQL, PostgreSQL or SQLite)