Skip to content

Commit 9e411c6

Browse files
committed
Update dependencies
1 parent efdcd24 commit 9e411c6

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

.travis.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
11
language: php
22

33
php:
4-
- 5.6
54
- 7.0
65
- 7.1
6+
- 7.2
7+
- 7.3
78

89
env:
910
matrix:

composer.json

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,20 @@
11
{
22
"name": "laravel-notification-channels/messagebird",
3-
"description": "MessageBird notification channel for Laravel 5.3",
3+
"description": "MessageBird notification channel for Laravel 5.x",
44
"homepage": "https://github.com/laravel-notification-channels/messagebird",
55
"license": "MIT",
66
"authors": [
77
{
88
"name": "Peter Steenbergen",
99
"email": "[email protected]",
10-
"homepage": "http://3ws.nl",
10+
"homepage": "https://3ws.nl",
1111
"role": "Developer"
1212
}
1313
],
1414
"require": {
15-
"php": ">=5.6.4",
16-
"illuminate/notifications": "^5.3",
17-
"illuminate/support": "^5.1|^5.2|^5.3",
18-
"illuminate/queue": "^5.3",
15+
"illuminate/notifications": "5.5.*|5.6.*|5.7.*|5.8.*",
16+
"illuminate/support": "5.5.*|5.6.*|5.7.*|5.8.*",
17+
"illuminate/queue": "5.5.*|5.6.*|5.7.*|5.8.*",
1918
"guzzlehttp/guzzle": "^6.2"
2019
},
2120
"require-dev": {

0 commit comments

Comments
 (0)