Skip to content

Commit b53110d

Browse files
committed
Update changelog and remove Laravel 5 support
1 parent 8816cf7 commit b53110d

2 files changed

Lines changed: 6 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,11 @@ and this package adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66

77
## [Unreleased]
88

9+
## [7.0.0] - 2019-09-05
10+
### Removed
11+
- References to deprecated Laravel helper methods
12+
- Laravel 5 support
13+
914
## [6.1.0] - 2019-08-06
1015
### Added
1116
- Laravel 6 support

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"require": {
1515
"php": "^7.1.3",
1616
"caffeinated/composer-installers": "*",
17-
"illuminate/support": "5.7.*|5.8.*|^6.0"
17+
"illuminate/support": "^6.0"
1818
},
1919
"autoload": {
2020
"files": [

0 commit comments

Comments
 (0)