From 970a4712d4c2f9b93cae10b2f397d50507be7143 Mon Sep 17 00:00:00 2001 From: Yannick nsenga romeo Date: Tue, 3 Oct 2023 11:58:25 +0200 Subject: [PATCH 1/2] Updating instructions for the minimum php version required on Cypht 1.4 and upcoming Cypht 1.5 --- install.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/install.html b/install.html index d26be98..6eeeaea 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 1.5 (Git-master) requires 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 1.5
 php --version
 
 # Next you need to check composer version which should be >=2.0.0

From bc5746a8af1c1d929e8a03f2fa7d5bca3b52db30 Mon Sep 17 00:00:00 2001
From: Yannick  nsenga romeo 
Date: Tue, 13 Feb 2024 14:56:05 +0200
Subject: [PATCH 2/2] Updating instructions for the minimum php version
 required for Cypht 1.4 and 2.0

---
 install.html | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

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

Installation


Requirements

-

Cypht requires at least PHP 5.6 for version 1.4.x, the upcoming Cypht 1.5 (Git-master) requires 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. +

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 for version 1.4.x and 7.4 for upcoming Cypht version 1.5
+# 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