Skip to content

Commit

Permalink
Merge pull request #4 from hotrush/f/laravel-10
Browse files Browse the repository at this point in the history
Laravel 10 support
  • Loading branch information
hotrush authored Feb 27, 2023
2 parents 37349ab + 597431c commit 0432642
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
.idea
vendor
vendor
composer.lock
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": {
Expand Down
1 change: 1 addition & 0 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 0432642

Please sign in to comment.