From 72380c2365cf3d0b9302935f148f047ddfc0b68a Mon Sep 17 00:00:00 2001 From: feek <5747667+mr-feek@users.noreply.github.com> Date: Mon, 2 May 2022 13:39:15 -0400 Subject: [PATCH] chore: document branch versions --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 250a97c..2776c64 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,11 @@ This package brings static analysis and type support to projects using Laravel. of writing tests! ![Screenshot](/assets/screenshot.png) - + + ## Versions +Laravel 6 | Laravel 7 | Laravel 8 | Laravel 9 +--------- | --------- | --------- | ----------- +v1.* | v1.* | v1.* | v2.* ## Quickstart Please refer to the [full Psalm documentation](https://psalm.dev/quickstart) for a more detailed guide on introducing Psalm into your project.