From a0cb6c2f042e0f69af549b323e75f423d1aa22c3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cl=C3=A9ment=20D=C3=A9siles?= <1536672+jokesterfr@users.noreply.github.com> Date: Thu, 23 Nov 2023 15:16:23 +0100 Subject: [PATCH] Add contribution note --- README.md | 21 ++++++++++++++++----- 1 file changed, 16 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 1941fef9..3673c305 100755 --- a/README.md +++ b/README.md @@ -6,11 +6,11 @@ ## Compatibility matrix -| PrestaShop platform | PHP | PS EventBus | -| ------------------- | ------- | ----------- | -| 8.0 | 7.1+ | From 2.x | -| 1.7.0-1.7.8 | 7.1+ | From 2.x | -| 1.6.1.24 | 7.1 | From 3.x | +| PrestaShop platform | PHP | PS EventBus | +| ------------------- | ---- | ----------- | +| 8.0 | 7.1+ | From 2.x | +| 1.7.0-1.7.8 | 7.1+ | From 2.x | +| 1.6.1.24 | 7.1 | From 3.x | PS Accounts compatibility matrix [can be viewed here](https://github.com/PrestaShopCorp/ps_accounts#compatibility-matrix). @@ -62,3 +62,14 @@ curl -s -L "$BASE_URL/index.php?fc=module&module=ps_eventbus&controller=apiHealt "httpCode": 200 } ``` + +## Contribute + +Dev requirements: + +- PHP 8.2.12 +- PHP Extensions + - DOM + - SimpleXML + +Or an up to dat [Docker engine](https://docs.docker.com/engine/install).