Skip to content

Commit

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

2.8.0 (2020-09-24)
------------------

- Add support for Laravel 8

2.7.1 (2020-03-24)
------------------

Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@
],
"license" : "MIT",
"require" : {
"illuminate/support" : "~5.4 || ^6.0 || ^7.0",
"illuminate/session" : "~5.4 || ^6.0 || ^7.0"
"illuminate/support" : "~5.4 || ^6.0 || ^7.0 || ^8.0",
"illuminate/session" : "~5.4 || ^6.0 || ^7.0 || ^8.0"
},
"autoload" : {
"psr-4" : {
Expand Down

0 comments on commit 33cdcc9

Please sign in to comment.