Skip to content

Commit

Permalink
Add laravel 6 support
Browse files Browse the repository at this point in the history
  • Loading branch information
kaidesu committed Aug 6, 2019
1 parent ade8a70 commit caa3025
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ and this package adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [4.2.0] - 2019-08-06
### Added
- Laravel 6.x support

## [4.1.0] - 2019-04-22
### Added
- Laravel 5.8 support
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
],
"require": {
"php": "^7.1.3",
"illuminate/support": "5.7.x|5.8.x"
"illuminate/support": "5.7.*|5.8.*|^6.0"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit caa3025

Please sign in to comment.