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 ec67525 commit 631809cCopy full SHA for 631809c
CHANGELOG.md
@@ -2,6 +2,12 @@
2
3
## [Unreleased](https://github.com/markwalet/laravel-hashed-route/compare/v2.4.0...master)
4
5
+### Added
6
+- Added Hashids 4 support.
7
+
8
+### Removed
9
+- Added Hashids 2 support.
10
11
## [v2.4.0 (2020-10-21)](https://github.com/markwalet/laravel-hashed-route/compare/v2.3.2...v2.4.0)
12
13
### Added
composer.json
@@ -14,7 +14,7 @@
14
],
15
"require": {
16
"php": ">=7.2",
17
- "hashids/hashids": "~2.0|~3.0",
+ "hashids/hashids": "3.*|4.*",
18
"illuminate/config": "6.*|7.*|8.*",
19
"illuminate/database": "6.*|7.*|8.*",
20
"illuminate/support": "6.*|7.*|8.*",
0 commit comments