We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e212791 + da48d0f commit e007d6cCopy full SHA for e007d6c
CHANGELOG.md
@@ -2,6 +2,10 @@
2
3
All notable changes to `laravel-notification-channels/pushbullet` will be documented in this file
4
5
+## 1.4.0 - 2022-06-12
6
+### Changed
7
+- Allowed Laravel 9
8
+
9
## 1.3.1 - 2021-12-17
10
### Changed
11
- Minor CI improvements
composer.json
@@ -14,8 +14,8 @@
14
"require": {
15
"php": "^7.3 || ~8.0.0 || ~8.1.0",
16
"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"
+ "illuminate/notifications": "~5.5 || ~6.0 || ~7.0 || ~8.0 || ~9.0",
+ "illuminate/support": "~5.5 || ~6.0 || ~7.0 || ~8.0 || ~9.0"
19
},
20
"require-dev": {
21
"mockery/mockery": "^1.2.0",
0 commit comments