We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8816cf7 commit b53110dCopy full SHA for b53110d
2 files changed
CHANGELOG.md
@@ -6,6 +6,11 @@ and this package adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
6
7
## [Unreleased]
8
9
+## [7.0.0] - 2019-09-05
10
+### Removed
11
+- References to deprecated Laravel helper methods
12
+- Laravel 5 support
13
+
14
## [6.1.0] - 2019-08-06
15
### Added
16
- Laravel 6 support
composer.json
@@ -14,7 +14,7 @@
"require": {
"php": "^7.1.3",
"caffeinated/composer-installers": "*",
17
- "illuminate/support": "5.7.*|5.8.*|^6.0"
+ "illuminate/support": "^6.0"
18
},
19
"autoload": {
20
"files": [
0 commit comments