Skip to content

Commit 001ea7e

Browse files
committed
feat(core): add Laravel 5.8 support
1 parent eff1fe2 commit 001ea7e

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## v9.0.0 (2019-03-02)
2+
### Added
3+
- Illuminate 5.8 support
4+
15
## v8.0.4 (2018-11-20)
26
### Changed
37
- Make the `auditable()` and `user()` method return types loose

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,8 @@ The package documentation can be found on the [official website](http://laravel-
2222
## Version Information
2323
Version | Illuminate | Status | PHP Version
2424
:----------|:--------------|:------------------------|:------------
25-
8.x | 5.2.x - 5.7.x | Active support :rocket: | >= 7.0.13
25+
9.x | 5.8.x - 5.x.x | Active support :rocket: | >= 7.1.3
26+
8.x | 5.2.x - 5.7.x | Active support | >= 7.0.13
2627
7.x | 5.2.x - 5.6.x | End of life | >= 7.0.13
2728
6.x | 5.2.x - 5.6.x | End of life | >= 7.0.13
2829
5.x | 5.2.x - 5.5.x | End of life | >= 7.0.13

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@
6464
},
6565
"extra": {
6666
"branch-alias": {
67-
"dev-master": "8.0-dev"
67+
"dev-master": "9.0-dev"
6868
},
6969
"laravel": {
7070
"providers": [

0 commit comments

Comments
 (0)