Skip to content

Commit 9e297b0

Browse files
authored
Merge pull request #10 from RobertBoes/master
Laravel 5.6 support
2 parents 0dbb040 + 99f9807 commit 9e297b0

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
# Change Log
22
All notable changes to this project will be documented in this file.
33

4+
## 5.6 - 2018-02-10
5+
- Added Laravel 5.6 support
6+
- `hiddeco/transip` version update `v5.5` -> `v5.6`
7+
48
## 5.5 - 2017-09-27
59
- Added Laravel 5.5 support, including Package Auto-Discovery
610
- `hiddeco/transip` version update `v5.3` -> `v5.5`

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,10 @@
2020
}
2121
},
2222
"require": {
23-
"illuminate/contracts": "5.0.*|5.1.*|5.2.*|5.3.*|5.4.*|5.5.*",
24-
"illuminate/support": "5.0.*|5.1.*|5.2.*|5.3.*|5.4.*|5.5.*",
23+
"illuminate/contracts": "5.0.*|5.1.*|5.2.*|5.3.*|5.4.*|5.5.*|5.6.*",
24+
"illuminate/support": "5.0.*|5.1.*|5.2.*|5.3.*|5.4.*|5.5.*|5.6.*",
2525
"graham-campbell/manager": "~3.0",
26-
"hiddeco/transip": "~5.5"
26+
"hiddeco/transip": "~5.6"
2727
},
2828
"require-dev": {
2929
"graham-campbell/testbench": "~3.0",

0 commit comments

Comments
 (0)