diff --git a/.styleci.yml b/.styleci.yml index 916d27e..0285f17 100644 --- a/.styleci.yml +++ b/.styleci.yml @@ -1,3 +1 @@ preset: laravel - -linting: true diff --git a/composer.json b/composer.json index ac32bfe..ec1c034 100644 --- a/composer.json +++ b/composer.json @@ -13,8 +13,8 @@ "require": { "php": ">=5.6.4", "guzzlehttp/guzzle": "~6.0", - "illuminate/notifications": "5.3.*|5.4.*|5.5.*", - "illuminate/support": "5.1.*|5.2.*|5.3.*|5.4.*|5.5.*" + "illuminate/notifications": "5.3.*|5.4.*|5.5.*|5.6.*", + "illuminate/support": "5.1.*|5.2.*|5.3.*|5.4.*|5.5.*|5.6.*" }, "require-dev": { "mockery/mockery": "^0.9.5", diff --git a/src/WebhookChannel.php b/src/WebhookChannel.php index b6bd5df..473fa59 100644 --- a/src/WebhookChannel.php +++ b/src/WebhookChannel.php @@ -4,8 +4,8 @@ use GuzzleHttp\Client; use Illuminate\Support\Arr; -use NotificationChannels\Webhook\Exceptions\CouldNotSendNotification; use Illuminate\Notifications\Notification; +use NotificationChannels\Webhook\Exceptions\CouldNotSendNotification; class WebhookChannel {