Skip to content

Commit

Permalink
Add Laravel 5.7.* support
Browse files Browse the repository at this point in the history
  • Loading branch information
forxer committed Sep 11, 2018
1 parent 2d46ea3 commit 0f51783
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 for Laravel Notifier
==============================

2.3.0 (2018-07-04)
------------------

- Add Laravel 5.7.* support

2.2.0 (2018-07-04)
------------------

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.*",
"illuminate/session" : "5.4.*|5.5.*|5.6.*"
"illuminate/support" : "5.4.*|5.5.*|5.6.*|5.7.*",
"illuminate/session" : "5.4.*|5.5.*|5.6.*|5.7.*"
},
"autoload" : {
"psr-4" : {
Expand Down

0 comments on commit 0f51783

Please sign in to comment.