Skip to content

Commit 78bc3f9

Browse files
committed
Drop support for Laravel 5.8
1 parent fe36ebd commit 78bc3f9

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.travis.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ php:
99

1010
env:
1111
matrix:
12-
- LARAVEL=5.8.*
1312
- LARAVEL=^6.0
1413
- LARAVEL=^7.0
1514

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
],
1212
"require": {
1313
"php": "^7.1.3",
14-
"illuminate/notifications": "~5.8.0|^6.0|^7.0",
14+
"illuminate/notifications": "^6.0|^7.0",
1515
"nexmo/client": "^1.0"
1616
},
1717
"require-dev": {

0 commit comments

Comments
 (0)