diff --git a/composer.json b/composer.json index fcf3e7c..646beee 100644 --- a/composer.json +++ b/composer.json @@ -14,7 +14,7 @@ } ], "require": { - "illuminate/support": "~6.0|~7.0|~8.0" + "illuminate/support": "~6.0|~7.0|~8.0|~9.0" }, "require-dev": { "phpspec/phpspec": "~6.0" diff --git a/readme.md b/readme.md index 0d6740a..823eef8 100644 --- a/readme.md +++ b/readme.md @@ -1,4 +1,4 @@ -# Extended Migration Generators for Laravel 6, 7 and 8 +# Extended Migration Generators for Laravel 6, 7, 8 and 9