Skip to content

Commit

Permalink
add support for L5.7
Browse files Browse the repository at this point in the history
  • Loading branch information
freekmurze committed Sep 4, 2018
1 parent b8f9820 commit 6d5bad1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@

All notable changes to `laravel-newsletter` will be documented in this file.

## 4.2.2 - 2018-09-04
- Added: Laravel 5.7 compatibility

## 4.2.1 - 2018-02-08
- Fixed: `unsubscribe` now returns a boolean when it fails

Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
],
"require": {
"php" : "~7.0",
"illuminate/support": "~5.5.0|~5.6.0",
"illuminate/support": "~5.5.0|~5.6.0|~5.7.0",
"drewm/mailchimp-api": "^2.4"
},
"require-dev": {
Expand Down

0 comments on commit 6d5bad1

Please sign in to comment.