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",