From 8538dd231f2341067cad5b7f57a98704d7d3e2c2 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Tue, 8 Sep 2020 08:24:37 +0000 Subject: [PATCH] Bump laravel-notification-channels/telegram from 0.4.1 to 0.5.0 Bumps [laravel-notification-channels/telegram](https://github.com/laravel-notification-channels/telegram) from 0.4.1 to 0.5.0. - [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.1...0.5.0) Signed-off-by: dependabot-preview[bot] --- composer.json | 2 +- composer.lock | 16 ++++++++-------- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/composer.json b/composer.json index 603eadc2..fce78c78 100644 --- a/composer.json +++ b/composer.json @@ -15,7 +15,7 @@ "fruitcake/laravel-cors": "^2.0", "guzzlehttp/guzzle": "^7.0", "henrywhitaker3/healthchecks-io": "^1.0", - "laravel-notification-channels/telegram": "^0.4.0", + "laravel-notification-channels/telegram": "^0.5.0", "laravel/framework": "^7.0", "laravel/slack-notification-channel": "^2.0", "laravel/tinker": "^2.0", diff --git a/composer.lock b/composer.lock index 1f1de756..1c318fb0 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": "94fffe1900e25fd9ab781c8dd9ebab35", + "content-hash": "5a60bc84653bdfda71c28e1264ed84e3", "packages": [ { "name": "asm89/stack-cors", @@ -1103,23 +1103,23 @@ }, { "name": "laravel-notification-channels/telegram", - "version": "0.4.1", + "version": "0.5.0", "source": { "type": "git", "url": "https://github.com/laravel-notification-channels/telegram.git", - "reference": "55a9d8bce07f456e0c675909dba9b21acda376d6" + "reference": "c1e12a953ecb5fec0c285bc74950028ddd085fc0" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/laravel-notification-channels/telegram/zipball/55a9d8bce07f456e0c675909dba9b21acda376d6", - "reference": "55a9d8bce07f456e0c675909dba9b21acda376d6", + "url": "https://api.github.com/repos/laravel-notification-channels/telegram/zipball/c1e12a953ecb5fec0c285bc74950028ddd085fc0", + "reference": "c1e12a953ecb5fec0c285bc74950028ddd085fc0", "shasum": "" }, "require": { "ext-json": "*", "guzzlehttp/guzzle": "^6.2 || ^7.0", - "illuminate/notifications": "^5.5 || ^6.0 || ^7.0", - "illuminate/support": "^5.5 || ^6.0 || ^7.0", + "illuminate/notifications": "^5.5 || ^6.0 || ^7.0 || ^8.0", + "illuminate/support": "^5.5 || ^6.0 || ^7.0 || ^8.0", "php": ">=7.1" }, "require-dev": { @@ -1160,7 +1160,7 @@ "telegram notification", "telegram notifications channel" ], - "time": "2020-07-06T19:01:02+00:00" + "time": "2020-09-07T19:29:19+00:00" }, { "name": "laravel/framework",