Skip to content

Commit

Permalink
Add support for Laravel 6
Browse files Browse the repository at this point in the history
  • Loading branch information
forxer committed Dec 29, 2019
1 parent 99e96e1 commit 9a2aa3d
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.6.0 (2019-12-29)
------------------

- Add support for Laravel 6

2.5.0 (2019-09-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.*|5.5.*|5.6.*|5.7.*|5.8.*",
"illuminate/session" : "5.4.*|5.5.*|5.6.*|5.7.*|5.8.*"
"illuminate/support" : "~5.4 || ^6.0",
"illuminate/session" : "~5.4 || ^6.0"
},
"autoload" : {
"psr-4" : {
Expand Down

0 comments on commit 9a2aa3d

Please sign in to comment.