Skip to content

Commit 631809c

Browse files
committed
Added hashids 4 support
1 parent ec67525 commit 631809c

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22

33
## [Unreleased](https://github.com/markwalet/laravel-hashed-route/compare/v2.4.0...master)
44

5+
### Added
6+
- Added Hashids 4 support.
7+
8+
### Removed
9+
- Added Hashids 2 support.
10+
511
## [v2.4.0 (2020-10-21)](https://github.com/markwalet/laravel-hashed-route/compare/v2.3.2...v2.4.0)
612

713
### Added

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
],
1515
"require": {
1616
"php": ">=7.2",
17-
"hashids/hashids": "~2.0|~3.0",
17+
"hashids/hashids": "3.*|4.*",
1818
"illuminate/config": "6.*|7.*|8.*",
1919
"illuminate/database": "6.*|7.*|8.*",
2020
"illuminate/support": "6.*|7.*|8.*",

0 commit comments

Comments
 (0)