We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b950d88 commit a453f78Copy full SHA for a453f78
CHANGELOG.md
@@ -1,5 +1,10 @@
1
# CHANGELOG
2
3
+## 5.1.0 (released 2018-08-23)
4
+
5
+- Added laravel 5.7 support
6
+- Removed laravel 5.6 support
7
8
## 5.0.0 (released 2018-03-12)
9
10
- Added Hashids 3.0 support
composer.json
@@ -14,8 +14,8 @@
14
"php": "^7.1.3",
15
"graham-campbell/manager": "^4.0",
16
"hashids/hashids": "^3.0",
17
- "illuminate/contracts": "5.6.*",
18
- "illuminate/support": "5.6.*"
+ "illuminate/contracts": "5.7.*",
+ "illuminate/support": "5.7.*"
19
},
20
"require-dev": {
21
"graham-campbell/analyzer": "^2.0",
@@ -38,7 +38,7 @@
38
39
"extra": {
40
"branch-alias": {
41
- "dev-master": "5.0-dev"
+ "dev-master": "5.1-dev"
42
43
"laravel": {
44
"providers": [
0 commit comments