Skip to content

Commit

Permalink
Merge pull request #197 from tabacitu/adds-support-for-laravel-9
Browse files Browse the repository at this point in the history
Adds support for Laravel 9
  • Loading branch information
JeffreyWay authored Feb 9, 2022
2 parents 450ed1c + e72008a commit 5527f50
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion readme.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Extended Migration Generators for Laravel 6, 7 and 8
# Extended Migration Generators for Laravel 6, 7, 8 and 9

<a href="https://packagist.org/packages/laracasts/generators" title="Latest Version on Packagist"><img src="https://img.shields.io/packagist/v/laracasts/generators.svg?style=flat-square"></a>
<a href="https://packagist.org/packages/laracasts/generators" title="Total Downloads"><img src="https://img.shields.io/packagist/dt/laracasts/generators.svg?style=flat-square"></a>
Expand Down

0 comments on commit 5527f50

Please sign in to comment.