Skip to content

Commit e007d6c

Browse files
authored
Merge pull request #62 from laravel-notification-channels/laravel-9
Laravel 9
2 parents e212791 + da48d0f commit e007d6c

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22

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

5+
## 1.4.0 - 2022-06-12
6+
### Changed
7+
- Allowed Laravel 9
8+
59
## 1.3.1 - 2021-12-17
610
### Changed
711
- Minor CI improvements

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@
1414
"require": {
1515
"php": "^7.3 || ~8.0.0 || ~8.1.0",
1616
"guzzlehttp/guzzle": "^6.2 || ^7.0",
17-
"illuminate/notifications": "~5.5 || ~6.0 || ~7.0 || ~8.0",
18-
"illuminate/support": "~5.5 || ~6.0 || ~7.0 || ~8.0"
17+
"illuminate/notifications": "~5.5 || ~6.0 || ~7.0 || ~8.0 || ~9.0",
18+
"illuminate/support": "~5.5 || ~6.0 || ~7.0 || ~8.0 || ~9.0"
1919
},
2020
"require-dev": {
2121
"mockery/mockery": "^1.2.0",

0 commit comments

Comments
 (0)