diff --git a/install.html b/install.html index d26be98..adb71c6 100644 --- a/install.html +++ b/install.html @@ -59,7 +59,7 @@

Installation


Requirements

-

Cypht requires at least PHP 5.6, Composer 2, and at minimum the OpenSSL, mbstring and cURL extensions. Cypht can also leverage several other extensions as defined in composer.json. Testing is done on Debian and Ubuntu platforms with Nginx and Apache. +

Cypht requires at least PHP 5.6 for version 1.4.x, the upcoming Cypht 2.0 will require PHP 7.4, Composer 2, and at minimum the OpenSSL, mbstring and cURL extensions. Cypht can also leverage several other extensions as defined in composer.json. Testing is done on Debian and Ubuntu platforms with Nginx and Apache.

Before proceeding please make sure your system meets minimal requirements

Steps

@@ -67,7 +67,7 @@

1. Check minimum requirements

 #!/bin/bash
 
-# You need to check php version which should be >=5.6
+# You need to check php version which should be >=5.6 for version 1.4.x and 7.4 for upcoming Cypht version 2.0
 php --version
 
 # Next you need to check composer version which should be >=2.0.0