We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 9b91a46 + 1de4e13 commit fe1d863Copy full SHA for fe1d863
CHANGELOG.md
@@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file.
4
The format is based on [Keep a Changelog](http://keepachangelog.com/)
5
and this project adheres to [Semantic Versioning](http://semver.org/).
6
7
+## [1.3.2] - 2018-01-24
8
+### Added
9
+- Support to Laravel 5.6
10
+
11
## [1.3.0] - 2017-08-30
12
### Added
13
- Bumps Laravel version
composer.json
@@ -5,7 +5,7 @@
"license": "MIT",
"require": {
"php": ">=5.5.9",
- "illuminate/support": "5.1.*|5.2.*|5.3.*|5.4.*|5.5.*",
+ "illuminate/support": "5.1.*|5.2.*|5.3.*|5.4.*|5.5.*|5.6.*",
"jolicode/jolinotif": "^1.1"
},
"require-dev": {
0 commit comments