Skip to content

Commit

Permalink
Add support for Laravel 7
Browse files Browse the repository at this point in the history
  • Loading branch information
forxer committed Mar 5, 2020
1 parent c11b037 commit 01244f0
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
Changelog
=========

1.9.0 (2020-03-05)
------------------

- Add support for Laravel 7

1.8.0 (2019-12-29)
------------------

Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
],
"license" : "MIT",
"require" : {
"laravel/framework" : "~5.2 || ^6.0",
"laravel/framework" : "~5.2 || ^6.0 || ^7.0",
"league/glide-laravel" : "^1.0"
},
"autoload" : {
Expand Down

0 comments on commit 01244f0

Please sign in to comment.