Skip to content

Commit

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

## [Unreleased]

## [5.0.0] - 2020-04-02
### Added
- Laravel 7 support

### Changed
- PHP 7.2 is now the minimum supported version

### Removed
- Laravel 5 support

## [4.2.0] - 2019-08-06
### Added
- Laravel 6.x support
Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@
}
],
"require": {
"php": "^7.1.3",
"illuminate/support": "5.7.*|5.8.*|^6.0"
"php": "^7.2",
"illuminate/support": "^6.0|^7.0"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit e5f911f

Please sign in to comment.