Skip to content

Commit fe1d863

Browse files
committed
Merge branch 'hotfix-1.3.2' into stable
2 parents 9b91a46 + 1de4e13 commit fe1d863

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](http://keepachangelog.com/)
55
and this project adheres to [Semantic Versioning](http://semver.org/).
66

7+
## [1.3.2] - 2018-01-24
8+
### Added
9+
- Support to Laravel 5.6
10+
711
## [1.3.0] - 2017-08-30
812
### Added
913
- Bumps Laravel version

composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"license": "MIT",
66
"require": {
77
"php": ">=5.5.9",
8-
"illuminate/support": "5.1.*|5.2.*|5.3.*|5.4.*|5.5.*",
8+
"illuminate/support": "5.1.*|5.2.*|5.3.*|5.4.*|5.5.*|5.6.*",
99
"jolicode/jolinotif": "^1.1"
1010
},
1111
"require-dev": {

0 commit comments

Comments
 (0)