From 7c469e407325038a973df630f57dc11fb8368682 Mon Sep 17 00:00:00 2001 From: Santos Vilanculos Date: Mon, 30 Jun 2025 13:09:32 +0200 Subject: [PATCH] docs(readme): add Laravel 12 support information (#1717) * docs(readme): add Laravel 12 support information * docs(readme): update Laravel support information Co-authored-by: Markus Podar --------- Co-authored-by: Markus Podar --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 22b8e05..a6d97b1 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ This package generates helper files that enable your IDE to provide accurate autocompletion. Generation is done based on the files in your project, so they are always up-to-date. -The 3.x branch supports Laravel 10 and 11. For older version, use the 2.x releases. +The 3.x branch supports Laravel 10 and later. For older version, use the 2.x releases. - [Installation](#installation) - [Usage](#usage)