From 965ca3cbc631444f2408b471517291bf8294b569 Mon Sep 17 00:00:00 2001 From: inbsp <42938855+inbsp@users.noreply.github.com> Date: Tue, 28 Feb 2023 14:08:55 +0500 Subject: [PATCH] Update installation.md Specified version of composer is required. --- documentation/Installation.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/documentation/Installation.md b/documentation/Installation.md index 971ec37a8..18d5d1271 100644 --- a/documentation/Installation.md +++ b/documentation/Installation.md @@ -3,7 +3,7 @@ Dependencies * PHP5.6 or PHP7 (preferred), along with the following extensions: * php-curl php-ldap php-bcmath php-gd php-dom -* [Composer](https://getcomposer.org/download/) (If using Git) +* [Composer](https://getcomposer.org/download/) (If using Git) (USE COMPOSER VERSION 1, or you will get package dependencies errors) * mysql-server * NGINX or Apache