Skip to content

Commit

Permalink
Drop support for Laravel 5.8
Browse files Browse the repository at this point in the history
  • Loading branch information
driesvints committed Aug 23, 2019
1 parent fe36ebd commit 78bc3f9
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ php:

env:
matrix:
- LARAVEL=5.8.*
- LARAVEL=^6.0
- LARAVEL=^7.0

Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
],
"require": {
"php": "^7.1.3",
"illuminate/notifications": "~5.8.0|^6.0|^7.0",
"illuminate/notifications": "^6.0|^7.0",
"nexmo/client": "^1.0"
},
"require-dev": {
Expand Down

0 comments on commit 78bc3f9

Please sign in to comment.