Skip to content

Commit a453f78

Browse files
committed
Added laravel 5.7 support
1 parent b950d88 commit a453f78

File tree

2 files changed

+8
-3
lines changed

2 files changed

+8
-3
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# CHANGELOG
22

3+
## 5.1.0 (released 2018-08-23)
4+
5+
- Added laravel 5.7 support
6+
- Removed laravel 5.6 support
7+
38
## 5.0.0 (released 2018-03-12)
49

510
- Added Hashids 3.0 support

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@
1414
"php": "^7.1.3",
1515
"graham-campbell/manager": "^4.0",
1616
"hashids/hashids": "^3.0",
17-
"illuminate/contracts": "5.6.*",
18-
"illuminate/support": "5.6.*"
17+
"illuminate/contracts": "5.7.*",
18+
"illuminate/support": "5.7.*"
1919
},
2020
"require-dev": {
2121
"graham-campbell/analyzer": "^2.0",
@@ -38,7 +38,7 @@
3838
},
3939
"extra": {
4040
"branch-alias": {
41-
"dev-master": "5.0-dev"
41+
"dev-master": "5.1-dev"
4242
},
4343
"laravel": {
4444
"providers": [

0 commit comments

Comments
 (0)