Skip to content

Commit 9557623

Browse files
authored
Merge pull request #17 from robinvdvleuten/laravel-56-upgrade
Updated Laravel dependencies to 5.6
2 parents 307736c + e13f1bb commit 9557623

File tree

3 files changed

+3
-5
lines changed

3 files changed

+3
-5
lines changed

.styleci.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1 @@
11
preset: laravel
2-
3-
linting: true

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@
1313
"require": {
1414
"php": ">=5.6.4",
1515
"guzzlehttp/guzzle": "~6.0",
16-
"illuminate/notifications": "5.3.*|5.4.*|5.5.*",
17-
"illuminate/support": "5.1.*|5.2.*|5.3.*|5.4.*|5.5.*"
16+
"illuminate/notifications": "5.3.*|5.4.*|5.5.*|5.6.*",
17+
"illuminate/support": "5.1.*|5.2.*|5.3.*|5.4.*|5.5.*|5.6.*"
1818
},
1919
"require-dev": {
2020
"mockery/mockery": "^0.9.5",

src/WebhookChannel.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44

55
use GuzzleHttp\Client;
66
use Illuminate\Support\Arr;
7-
use NotificationChannels\Webhook\Exceptions\CouldNotSendNotification;
87
use Illuminate\Notifications\Notification;
8+
use NotificationChannels\Webhook\Exceptions\CouldNotSendNotification;
99

1010
class WebhookChannel
1111
{

0 commit comments

Comments
 (0)