File tree Expand file tree Collapse file tree 3 files changed +13
-4
lines changed
Expand file tree Collapse file tree 3 files changed +13
-4
lines changed Original file line number Diff line number Diff line change 22composer.lock
33docs
44vendor
5- coverage
5+ coverage
6+ .phpunit.result.cache
Original file line number Diff line number Diff line change 22
33All notable changes to ` unsubscribable-notification ` will be documented in this file
44
5+ ## 1.0.2 - 2019-09-05
6+
7+ ### Added
8+
9+ - Updated for Laravel 6
10+ - Updated TestBench to work with Laravel 6
11+ - Updated PHPUnit to version 8 to work with TestBench
12+
513## 1.0.0 - 2019-06-27
614
715### Added
Original file line number Diff line number Diff line change 1818 ],
1919 "require" : {
2020 "php" : " ^7.2" ,
21- "illuminate/support" : " 5.8.*"
21+ "illuminate/support" : " 6.*| 5.8.*"
2222 },
2323 "require-dev" : {
24- "orchestra/testbench" : " 3.8.*" ,
25- "phpunit/phpunit" : " ^7 .0" ,
24+ "orchestra/testbench" : " 4.0.*|3.9.*| 3.8.*" ,
25+ "phpunit/phpunit" : " ^8 .0" ,
2626 "scrutinizer/ocular" : " ^1.6"
2727 },
2828 "autoload" : {
You can’t perform that action at this time.
0 commit comments