Skip to content

Commit

Permalink
Merge pull request #9 from hotrush/feature/laravel-11
Browse files Browse the repository at this point in the history
Laravel 11 support
  • Loading branch information
hotrush authored May 2, 2024
2 parents 48c0dee + ff996f2 commit 63a08b4
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 7 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": {
Expand Down
11 changes: 6 additions & 5 deletions readme.md
Original file line number Diff line number Diff line change
@@ -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

Expand Down

0 comments on commit 63a08b4

Please sign in to comment.