From 1836a805c7e1040f471b827eaa59575f590ed8dd Mon Sep 17 00:00:00 2001 From: Santos Vilanculos Date: Thu, 26 Jun 2025 15:55:09 +0200 Subject: [PATCH 1/2] docs(readme): add Laravel 12 support information --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 22b8e0584..b83ee5cf3 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 11, and (since version 3.5.5) Laravel 12. For older version, use the 2.x releases. - [Installation](#installation) - [Usage](#usage) From 1ddb1ee3902886b832c1f3668799436c1d948de4 Mon Sep 17 00:00:00 2001 From: Santos Vilanculos Date: Thu, 26 Jun 2025 21:42:37 +0200 Subject: [PATCH 2/2] docs(readme): update Laravel support information Co-authored-by: Markus Podar --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b83ee5cf3..a6d97b134 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, and (since version 3.5.5) Laravel 12. 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)