File tree Expand file tree Collapse file tree 3 files changed +8
-2
lines changed Expand file tree Collapse file tree 3 files changed +8
-2
lines changed Original file line number Diff line number Diff line change 28
28
tools : composer:v2
29
29
coverage : none
30
30
31
- - uses : " ramsey/composer-install@v1"
31
+ - name : Composer install
32
+ uses : " ramsey/composer-install@v1"
32
33
with :
33
34
dependency-versions : " ${{ matrix.dependencies }}"
34
35
Original file line number Diff line number Diff line change 2
2
3
3
All notable changes to ` laravel-notification-channels/pushbullet ` will be documented in this file
4
4
5
+ ## 1.3.1 - 2021-12-17
6
+ ### Changed
7
+ - Minor CI improvements
8
+ - Allowed PHPUnit 9
9
+
5
10
## 1.3.0 - 2021-07-28
6
11
### Changed
7
12
- Bumped PHP requirement to 7.3
Original file line number Diff line number Diff line change 19
19
},
20
20
"require-dev" : {
21
21
"mockery/mockery" : " ^1.2.0" ,
22
- "phpunit/phpunit" : " ^8.5.21"
22
+ "phpunit/phpunit" : " ^8.5.21 || ^9.0 "
23
23
},
24
24
"autoload" : {
25
25
"psr-4" : {
You can’t perform that action at this time.
0 commit comments