From 59a4a25bedad603abd2ed4cd4288a49269ca7834 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 9 Nov 2020 10:17:41 +0000 Subject: [PATCH] Bump laravel/slack-notification-channel from 2.2.0 to 2.3.0 Bumps [laravel/slack-notification-channel](https://github.com/laravel/slack-notification-channel) from 2.2.0 to 2.3.0. - [Release notes](https://github.com/laravel/slack-notification-channel/releases) - [Changelog](https://github.com/laravel/slack-notification-channel/blob/2.0/CHANGELOG.md) - [Commits](https://github.com/laravel/slack-notification-channel/compare/v2.2.0...v2.3.0) Signed-off-by: dependabot-preview[bot] --- composer.lock | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/composer.lock b/composer.lock index 03443cfa..bd6ebcb0 100644 --- a/composer.lock +++ b/composer.lock @@ -1342,22 +1342,22 @@ }, { "name": "laravel/slack-notification-channel", - "version": "v2.2.0", + "version": "v2.3.0", "source": { "type": "git", "url": "https://github.com/laravel/slack-notification-channel.git", - "reference": "98e0fe5c8dda645e6af914285af7b742e167462a" + "reference": "f8a3893d9de36b86e941dac76c06c28141209970" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/laravel/slack-notification-channel/zipball/98e0fe5c8dda645e6af914285af7b742e167462a", - "reference": "98e0fe5c8dda645e6af914285af7b742e167462a", + "url": "https://api.github.com/repos/laravel/slack-notification-channel/zipball/f8a3893d9de36b86e941dac76c06c28141209970", + "reference": "f8a3893d9de36b86e941dac76c06c28141209970", "shasum": "" }, "require": { "guzzlehttp/guzzle": "^6.0|^7.0", "illuminate/notifications": "~5.8.0|^6.0|^7.0|^8.0", - "php": "^7.1.3" + "php": "^7.1.3|^8.0" }, "require-dev": { "mockery/mockery": "^1.0", @@ -1395,7 +1395,7 @@ "notifications", "slack" ], - "time": "2020-08-25T18:21:34+00:00" + "time": "2020-11-03T19:18:22+00:00" }, { "name": "laravel/tinker",