Skip to content

Commit

Permalink
add support for Laravel 6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
forxer committed Sep 7, 2019
1 parent 13a1b45 commit 230b44e
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
CHANGELOG
=========

1.5.0 (2019-09-07)
------------------

- add support for Laravel 6.0


1.4.0 (2019-03-07)
------------------

Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@
],
"require" : {
"php" : ">=5.6.4",
"illuminate/support" : "5.4.*|5.5.*|5.6.*|5.7.*|5.8.*",
"forxer/gravatar" : "~2.0"
"illuminate/support" : "^5.4|^6.0",
"forxer/gravatar" : "^2.0"
},
"autoload" : {
"psr-4" : {
Expand Down

0 comments on commit 230b44e

Please sign in to comment.