From 3066509d89e5a344d2ce89708fd7d83ca3bc644d Mon Sep 17 00:00:00 2001 From: Dries Vints Date: Wed, 24 Jan 2024 09:52:36 +0100 Subject: [PATCH] Remove laravel/slack-notification-channel --- app/Providers/AppServiceProvider.php | 2 +- composer.json | 1 - composer.lock | 65 +--------------------------- 3 files changed, 3 insertions(+), 65 deletions(-) diff --git a/app/Providers/AppServiceProvider.php b/app/Providers/AppServiceProvider.php index c2404bab2..9e387a741 100644 --- a/app/Providers/AppServiceProvider.php +++ b/app/Providers/AppServiceProvider.php @@ -45,7 +45,7 @@ public function bootMacros() public function bootHorizon() { Horizon::routeMailNotificationsTo($horizonEmail = config('lio.horizon.email')); - Horizon::routeSlackNotificationsTo(config('lio.horizon.webhook')); + // Horizon::routeSlackNotificationsTo(config('lio.horizon.webhook')); Horizon::auth(function ($request) { return auth()->check() && auth()->user()->isAdmin(); diff --git a/composer.json b/composer.json index aa8df2cf1..8650add55 100644 --- a/composer.json +++ b/composer.json @@ -20,7 +20,6 @@ "laravel/framework": "^10.0", "laravel/horizon": "^5.12", "laravel/sanctum": "^3.2", - "laravel/slack-notification-channel": "^2.5", "laravel/socialite": "^5.6", "laravel/tinker": "^2.8", "laravel/ui": "^4.2", diff --git a/composer.lock b/composer.lock index ce69286e5..9707a11d8 100644 --- a/composer.lock +++ b/composer.lock @@ -4,7 +4,7 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "content-hash": "8805b653d1f2a65dcba32ef76958c4ed", + "content-hash": "fd0a3740021616a4d45eac150dfc90f1", "packages": [ { "name": "abraham/twitteroauth", @@ -3247,67 +3247,6 @@ }, "time": "2023-11-08T14:08:06+00:00" }, - { - "name": "laravel/slack-notification-channel", - "version": "v2.5.0", - "source": { - "type": "git", - "url": "https://github.com/laravel/slack-notification-channel.git", - "reference": "e0d4be5e01d443a69fa89f0a4cac6bd2eda2be8f" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/laravel/slack-notification-channel/zipball/e0d4be5e01d443a69fa89f0a4cac6bd2eda2be8f", - "reference": "e0d4be5e01d443a69fa89f0a4cac6bd2eda2be8f", - "shasum": "" - }, - "require": { - "guzzlehttp/guzzle": "^6.0|^7.0", - "illuminate/notifications": "~5.8.0|^6.0|^7.0|^8.0|^9.0|^10.0", - "php": "^7.1.3|^8.0" - }, - "require-dev": { - "mockery/mockery": "^1.0", - "phpunit/phpunit": "^7.0|^8.0|^9.0" - }, - "type": "library", - "extra": { - "branch-alias": { - "dev-master": "2.x-dev" - }, - "laravel": { - "providers": [ - "Illuminate\\Notifications\\SlackChannelServiceProvider" - ] - } - }, - "autoload": { - "psr-4": { - "Illuminate\\Notifications\\": "src/" - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "authors": [ - { - "name": "Taylor Otwell", - "email": "taylor@laravel.com" - } - ], - "description": "Slack Notification Channel for laravel.", - "keywords": [ - "laravel", - "notifications", - "slack" - ], - "support": { - "issues": "https://github.com/laravel/slack-notification-channel/issues", - "source": "https://github.com/laravel/slack-notification-channel/tree/v2.5.0" - }, - "time": "2023-01-12T16:21:26+00:00" - }, { "name": "laravel/socialite", "version": "v5.11.0", @@ -13537,5 +13476,5 @@ "php": "8.3.*" }, "platform-dev": [], - "plugin-api-version": "2.6.0" + "plugin-api-version": "2.3.0" }