From 15667a6f0b429f0b31c77a426baf1728ab9eccba Mon Sep 17 00:00:00 2001 From: hotrush Date: Thu, 2 May 2024 13:46:23 +0200 Subject: [PATCH 1/2] Laravel 11 support --- composer.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index 7802d86..e83cfec 100644 --- a/composer.json +++ b/composer.json @@ -9,8 +9,8 @@ } ], "require": { - "php": ">=8.1", - "laravel-notification-channels/telegram": "^4.0", + "php": ">=8.2", + "laravel-notification-channels/telegram": "^5.0", "spatie/laravel-backup": "^8.0" }, "autoload": { From ff996f20c114000961c05ce1e50e79dda0c8ff27 Mon Sep 17 00:00:00 2001 From: hotrush Date: Thu, 2 May 2024 13:48:57 +0200 Subject: [PATCH 2/2] Laravel 11 support --- readme.md | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/readme.md b/readme.md index 824e6a8..f0eb518 100644 --- a/readme.md +++ b/readme.md @@ -1,10 +1,11 @@ Extension for spatie/laravel-backup to add telegram notifications. -| Version | spatie/laravel-backup version | Laravel version | PHP version | -|---------|-------------------------------|-----------------|-------------| -| ^1.0.0 | ^6.0.0 | 5, 6, 7, 8 | ^7.3, ^8.0 | -| ^2.0.0 | ^7.0.0, ^8.0.0 | 8, 9 | ^8.0 | -| ^3.0.0 | ^8.0.0 | 10 | >=8.1 | +| Version | spatie/laravel-backup version | Laravel version | PHP version | Branch | +|---------|-------------------------------|-----------------|-------------|--------| +| ^1.0.0 | ^6.0.0 | 5, 6, 7, 8 | ^7.3, ^8.0 | v1 | +| ^2.0.0 | ^7.0.0, ^8.0.0 | 8, 9 | ^8.0 | v2 | +| ^3.0.0 | ^8.0.0 | 10 | >=8.1 | v3 | +| ^4.0.0 | ^8.0.0 | 11 | >=8.2 | master | ### Installation