From c229550b1cccaae8b8f4d0d7792989cb06f3179e Mon Sep 17 00:00:00 2001 From: Igor Lukic Date: Thu, 12 May 2022 13:41:47 +0200 Subject: [PATCH] Add compatibility table to readme --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index 6f10758..97c0ed4 100644 --- a/README.md +++ b/README.md @@ -8,6 +8,13 @@ Developed by [Byteout Software](https://www.byteout.com/). +## Compatibility + +| PHP | codeception | psr/log | Module Version | +|----------------|----------------------------|------------------|----------------------------------------------| +| `>=5.6.0 <9.0` | `^2.2|^3.0|^4.0` | `^1.0` | `byteout/psr-logger-codeception-module:^1.0` | +| `^8.0` | `^4.1.9` | `^2.0|^3.0` | `byteout/psr-logger-codeception-module:^2.0` | + ## Installation 1. Install and configure [Codeception](https://codeception.com/install)