From 597431cae2ffca1b7c90419981785940a1a85361 Mon Sep 17 00:00:00 2001 From: hotrush Date: Mon, 27 Feb 2023 12:00:02 +0400 Subject: [PATCH] Laravel 10 support --- .gitignore | 3 ++- composer.json | 6 +++--- readme.md | 1 + 3 files changed, 6 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index 331c58f..8925195 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ .idea -vendor \ No newline at end of file +vendor +composer.lock \ No newline at end of file diff --git a/composer.json b/composer.json index 0847963..7802d86 100644 --- a/composer.json +++ b/composer.json @@ -9,9 +9,9 @@ } ], "require": { - "php": "^8.0", - "laravel-notification-channels/telegram": "^0.8.0|^2.0", - "spatie/laravel-backup": "^7.0|^8.0" + "php": ">=8.1", + "laravel-notification-channels/telegram": "^4.0", + "spatie/laravel-backup": "^8.0" }, "autoload": { "psr-4": { diff --git a/readme.md b/readme.md index ed058bd..824e6a8 100644 --- a/readme.md +++ b/readme.md @@ -4,6 +4,7 @@ Extension for spatie/laravel-backup to add telegram notifications. |---------|-------------------------------|-----------------|-------------| | ^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 | ### Installation