We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fe36ebd commit 78bc3f9Copy full SHA for 78bc3f9
.travis.yml
@@ -9,7 +9,6 @@ php:
9
10
env:
11
matrix:
12
- - LARAVEL=5.8.*
13
- LARAVEL=^6.0
14
- LARAVEL=^7.0
15
composer.json
@@ -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"
16
},
17
"require-dev": {
0 commit comments