From 02b8c231b45ea8286b6de03eec447b06683ba1ac Mon Sep 17 00:00:00 2001 From: Sohel Ahmed Mesaniya Date: Fri, 28 Jun 2024 16:24:13 +0530 Subject: [PATCH 1/2] Initial commit to create PR --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 1cd2090b..3bb79307 100644 --- a/README.md +++ b/README.md @@ -568,3 +568,4 @@ Professional support, consulting as well as software development services are av https://www.cebe.cc/en/contact Development of this library is sponsored by [cebe.:cloud: "Your Professional Deployment Platform"](https://cebe.cloud). + From 2498abef0d67ca445cfb42b052b44daec33b213a Mon Sep 17 00:00:00 2001 From: Sohel Ahmed Mesaniya Date: Fri, 28 Jun 2024 16:56:04 +0530 Subject: [PATCH 2/2] Add docs --- CONTRIBUTING.md | 8 ++++++++ README.md | 1 - 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index e1a62b7d..cc3ace96 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -95,6 +95,14 @@ with Zend OPcache v7.4.27, Copyright (c), by Zend Technologies with Xdebug v2.9.6, Copyright (c) 2002-2020, by Derick Rethans ``` +If a PHP version is changed as mentioned above, then following operations must be performed: + +``` +rm -rf vendor +rm -rf composer.lock +composer install +``` + Issues and solutions -------------------- diff --git a/README.md b/README.md index 3bb79307..1cd2090b 100644 --- a/README.md +++ b/README.md @@ -568,4 +568,3 @@ Professional support, consulting as well as software development services are av https://www.cebe.cc/en/contact Development of this library is sponsored by [cebe.:cloud: "Your Professional Deployment Platform"](https://cebe.cloud). -