From 1c162516d8f4e6bb81e94e4d26efefa40bd708ae Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Tue, 7 Jul 2020 08:39:08 +0000 Subject: [PATCH] Bump laravel-notification-channels/telegram from 0.4.0 to 0.4.1 Bumps [laravel-notification-channels/telegram](https://github.com/laravel-notification-channels/telegram) from 0.4.0 to 0.4.1. - [Release notes](https://github.com/laravel-notification-channels/telegram/releases) - [Changelog](https://github.com/laravel-notification-channels/telegram/blob/master/CHANGELOG.md) - [Commits](https://github.com/laravel-notification-channels/telegram/compare/0.4.0...0.4.1) 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 53b1b804..2493670a 100644 --- a/composer.lock +++ b/composer.lock @@ -1023,21 +1023,21 @@ }, { "name": "laravel-notification-channels/telegram", - "version": "0.4.0", + "version": "0.4.1", "source": { "type": "git", "url": "https://github.com/laravel-notification-channels/telegram.git", - "reference": "9e4bb2fbf1a7a06e8849fa2d50bf57fa7c4483e3" + "reference": "55a9d8bce07f456e0c675909dba9b21acda376d6" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/laravel-notification-channels/telegram/zipball/9e4bb2fbf1a7a06e8849fa2d50bf57fa7c4483e3", - "reference": "9e4bb2fbf1a7a06e8849fa2d50bf57fa7c4483e3", + "url": "https://api.github.com/repos/laravel-notification-channels/telegram/zipball/55a9d8bce07f456e0c675909dba9b21acda376d6", + "reference": "55a9d8bce07f456e0c675909dba9b21acda376d6", "shasum": "" }, "require": { "ext-json": "*", - "guzzlehttp/guzzle": "^6.2", + "guzzlehttp/guzzle": "^6.2 || ^7.0", "illuminate/notifications": "^5.5 || ^6.0 || ^7.0", "illuminate/support": "^5.5 || ^6.0 || ^7.0", "php": ">=7.1" @@ -1080,7 +1080,7 @@ "telegram notification", "telegram notifications channel" ], - "time": "2020-06-02T06:05:27+00:00" + "time": "2020-07-06T19:01:02+00:00" }, { "name": "laravel/framework",