From a567f731404cc9311118bc492e5cd3cf42d22504 Mon Sep 17 00:00:00 2001 From: Markus Podar Date: Sat, 21 May 2022 22:40:30 +0200 Subject: [PATCH] readme: explicitly state supported version (#1348) Based on the discussion in https://github.com/barryvdh/laravel-ide-helper/issues/1347 --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 83d4433..9e651b4 100644 --- a/README.md +++ b/README.md @@ -11,6 +11,8 @@ 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. +It supports Laravel 8+ and PHP 7.3+ + - [Installation](#installation) - [Usage](#usage) - [Automatic PHPDoc generation for Laravel Facades](#automatic-phpdoc-generation-for-laravel-facades)