Skip to content
This repository has been archived by the owner on May 19, 2020. It is now read-only.

Commit

Permalink
Remove Laravel 5 support and update changelod
Browse files Browse the repository at this point in the history
  • Loading branch information
kaidesu committed Sep 6, 2019
1 parent f3c438f commit 04eaab5
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,14 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),

## [Unreleased]

## [5.0.0] - 2019-09-05
### Removed
- References to deprecated Laravel helper methods
- Laravel 5 support

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

## [4.3.0] - 2019-08-30
### Added
- `PermissionNotFoundException` will now be thrown if a permission is not found during check. You may catch and report against this from within your application :v:
Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
"email": "[email protected]"
}],
"require": {
"php": "^7.1.3",
"illuminate/support": "5.7.*|5.8.*|^6.0"
"php": "^7.2",
"illuminate/support": "^6.0"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit 04eaab5

Please sign in to comment.