From e4da778352e8b520ed9c17c06f1869a0dabec674 Mon Sep 17 00:00:00 2001 From: Jonas Staudenmeir Date: Wed, 21 Feb 2024 11:48:52 +0100 Subject: [PATCH] Add version table --- README.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/README.md b/README.md index 2eb53f5..da606ee 100644 --- a/README.md +++ b/README.md @@ -19,6 +19,18 @@ Use this command if you are in PowerShell on Windows (e.g. in VS Code): composer require staudenmeir/belongs-to-through:"^^^^2.5" +## Versions + +| Laravel | Package | +|:--------|:--------| +| 11.x | 2.16 | +| 10.x | 2.13 | +| 9.x | 2.12 | +| 8.x | 2.11 | +| 7.x | 2.10 | +| 6.x | 2.6 | +| 5.x | 2.5 | + ## Usage - [Custom Foreign Keys](#custom-foreign-keys)