From 3985542929e4ff4b756523144dd13e312aea26fe Mon Sep 17 00:00:00 2001 From: Yish Date: Wed, 9 Sep 2020 12:25:43 +0800 Subject: [PATCH] update readme --- README.md | 2 +- composer.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 5fddd5c..430e2a2 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ License

-This package extends the core file generators that are included with Laravel 5 / 6 +This package extends the core file generators that are included with Laravel 5 or later. ## Requirement #### PHP >= 7 diff --git a/composer.json b/composer.json index 844aeb7..60c344d 100644 --- a/composer.json +++ b/composer.json @@ -1,6 +1,6 @@ { "name": "yish/generators", - "description": "This package extends the core file generators that are included with Laravel 5", + "description": "This package extends the core file generators that are included with Laravel 5 or later.", "keywords": ["laravel", "patterns", "generator"], "license": "MIT", "homepage": "https://github.com/Mombuyish/Laravel-Oh-Generators",