Skip to content

Commit 24195ca

Browse files
committed
chore: Allowed PHPUnit 9
1 parent 9bc5968 commit 24195ca

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

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

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

5+
## 1.3.1 - 2021-12-17
6+
### Changed
7+
- Minor CI improvements
8+
- Allowed PHPUnit 9
9+
510
## 1.3.0 - 2021-07-28
611
### Changed
712
- Bumped PHP requirement to 7.3

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
},
2020
"require-dev": {
2121
"mockery/mockery": "^1.2.0",
22-
"phpunit/phpunit": "^8.5.21"
22+
"phpunit/phpunit": "^8.5.21 || ^9.0"
2323
},
2424
"autoload": {
2525
"psr-4": {

0 commit comments

Comments
 (0)