Skip to content

Commit

Permalink
Update changelog and remove Laravel 5 support
Browse files Browse the repository at this point in the history
  • Loading branch information
kaidesu committed Sep 5, 2019
1 parent a98f271 commit 8d23730
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 3 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,14 @@ and this package adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [6.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

## [5.2.0] - 2019-08-06
### Added
- Laravel 6.x support
Expand Down
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "caffeinated/modules",
"description": "Laravel 5.x Modules",
"description": "Laravel Modules",
"keywords": ["modules", "laravel", "caffeinated"],
"license": "MIT",
"authors": [
Expand All @@ -12,8 +12,8 @@
"minimum-stability": "dev",
"prefer-stable": true,
"require": {
"php": "^7.1.3",
"illuminate/support": "5.8.*|^6.0"
"php": "^7.2",
"illuminate/support": "^6.0"
},
"require-dev": {
"mockery/mockery": "^1.0",
Expand Down

0 comments on commit 8d23730

Please # to comment.