Skip to content

Commit

Permalink
Laravel 5.8 compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
rubenvanassche committed Feb 27, 2019
1 parent 3658a2b commit b6f6b6f
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 4 deletions.
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
language: php

php:
- 7.0
- 7.1
- 7.2
- 7.3
Expand Down
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.3 - 2019-02-28
- Added: Laravel 5.8 compatibility

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

Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@
}
],
"require": {
"php" : "~7.0",
"illuminate/support": "~5.5.0|~5.6.0|~5.7.0",
"php" : "~7.1",
"illuminate/support": "~5.5.0|~5.6.0|~5.7.0|~5.8.0",
"drewm/mailchimp-api": "^2.4"
},
"require-dev": {
Expand Down
1 change: 0 additions & 1 deletion phpunit.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
convertWarningsToExceptions="true"
processIsolation="false"
stopOnFailure="false"
syntaxCheck="false"
>
<testsuites>
<testsuite name="Package Test Suite">
Expand Down

0 comments on commit b6f6b6f

Please sign in to comment.