From ff7b96e37b60b91b004e38148cbe73b0f388c274 Mon Sep 17 00:00:00 2001 From: Dmitry Ivanov Date: Fri, 12 Jan 2018 13:52:29 +0200 Subject: [PATCH] Versions compatibility table added. --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index ab95a2a..076ad1d 100644 --- a/README.md +++ b/README.md @@ -13,6 +13,14 @@ Provides logging and notifications for Laravel console commands. +| Laravel | Console Logger | +| ------- | :-----------------------------------------------------------------------: | +| 5.1.* | [5.1.*](https://github.com/dmitry-ivanov/laravel-console-logger/tree/5.1) | +| 5.2.* | [5.2.*](https://github.com/dmitry-ivanov/laravel-console-logger/tree/5.2) | +| 5.3.* | [5.3.*](https://github.com/dmitry-ivanov/laravel-console-logger/tree/5.3) | +| 5.4.* | [5.4.*](https://github.com/dmitry-ivanov/laravel-console-logger/tree/5.4) | +| 5.5.* | [5.5.*](https://github.com/dmitry-ivanov/laravel-console-logger/tree/5.5) | + ## Table of contents - [Usage](#usage)