Skip to content

Commit 6888ad1

Browse files
committed
Updated for Laravel 6
1 parent 304a6ab commit 6888ad1

File tree

3 files changed

+13
-4
lines changed

3 files changed

+13
-4
lines changed

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,5 @@ build
22
composer.lock
33
docs
44
vendor
5-
coverage
5+
coverage
6+
.phpunit.result.cache

CHANGELOG.md

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

33
All 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

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,11 @@
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": {

0 commit comments

Comments
 (0)