Skip to content

Commit

Permalink
Merge pull request #62 from laravel-notification-channels/laravel-9
Browse files Browse the repository at this point in the history
Laravel 9
  • Loading branch information
alexsoft authored Jun 12, 2022
2 parents e212791 + da48d0f commit e007d6c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

All notable changes to `laravel-notification-channels/pushbullet` will be documented in this file

## 1.4.0 - 2022-06-12
### Changed
- Allowed Laravel 9

## 1.3.1 - 2021-12-17
### Changed
- Minor CI improvements
Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@
"require": {
"php": "^7.3 || ~8.0.0 || ~8.1.0",
"guzzlehttp/guzzle": "^6.2 || ^7.0",
"illuminate/notifications": "~5.5 || ~6.0 || ~7.0 || ~8.0",
"illuminate/support": "~5.5 || ~6.0 || ~7.0 || ~8.0"
"illuminate/notifications": "~5.5 || ~6.0 || ~7.0 || ~8.0 || ~9.0",
"illuminate/support": "~5.5 || ~6.0 || ~7.0 || ~8.0 || ~9.0"
},
"require-dev": {
"mockery/mockery": "^1.2.0",
Expand Down

0 comments on commit e007d6c

Please sign in to comment.