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.
1 parent 9bc5968 commit 24195caCopy full SHA for 24195ca
CHANGELOG.md
@@ -2,6 +2,11 @@
2
3
All notable changes to `laravel-notification-channels/pushbullet` will be documented in this file
4
5
+## 1.3.1 - 2021-12-17
6
+### Changed
7
+- Minor CI improvements
8
+- Allowed PHPUnit 9
9
+
10
## 1.3.0 - 2021-07-28
11
### Changed
12
- Bumped PHP requirement to 7.3
composer.json
@@ -19,7 +19,7 @@
19
},
20
"require-dev": {
21
"mockery/mockery": "^1.2.0",
22
- "phpunit/phpunit": "^8.5.21"
+ "phpunit/phpunit": "^8.5.21 || ^9.0"
23
24
"autoload": {
25
"psr-4": {
0 commit comments