Skip to content

Commit

Permalink
Add support for Laravel 9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
forxer committed Feb 11, 2022
1 parent 185aacf commit 45d80cf
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
CHANGELOG
=========

1.8.0 (2022-02-11)
------------------

- Add support for Laravel 9.0


1.7.0 (2020-09-20)
------------------

Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
],
"require" : {
"php" : ">=5.6.4",
"illuminate/support" : "^5.4|^6.0|^7.0|^8.0",
"illuminate/support" : "^5.4 || ^6.0 || ^7.0 || ^8.0 || ^9.0",
"forxer/gravatar" : "^2.0"
},
"autoload" : {
Expand Down

0 comments on commit 45d80cf

Please sign in to comment.