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 620a0fb commit 038e6bdCopy full SHA for 038e6bd
CHANGELOG.md
@@ -1,5 +1,9 @@
1
# CHANGELOG
2
3
+## 5.0.0 (released 2018-03-12)
4
+
5
+- Added Hashids 3.0 support
6
7
## 4.0.0 (released 2018-02-11)
8
9
- Added Laravel 5.6 support
composer.json
@@ -13,7 +13,7 @@
13
"require": {
14
"php": "^7.1.3",
15
"graham-campbell/manager": "^4.0",
16
- "hashids/hashids": "^2.0",
+ "hashids/hashids": "^3.0",
17
"illuminate/contracts": "5.6.*",
18
"illuminate/support": "5.6.*"
19
},
@@ -38,7 +38,7 @@
38
39
"extra": {
40
"branch-alias": {
41
- "dev-master": "4.0-dev"
+ "dev-master": "5.0-dev"
42
43
"laravel": {
44
"providers": [
0 commit comments