Skip to content
This repository was archived by the owner on Jun 12, 2018. It is now read-only.

Commit 5a7b8fc

Browse files
committed
hashids v3
1 parent 45e29b4 commit 5a7b8fc

File tree

3 files changed

+166
-160
lines changed

3 files changed

+166
-160
lines changed

README.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,12 @@ composer require balping/laravel-hashslug
3434

3535
| Laravel | Hashslug |
3636
|---------|----------|
37-
| 5.4.\* | 1.0.\* |
38-
| 5.5.\* | 1.1.\* |
37+
| 5.4.\* | 2.0.\* |
38+
| 5.5.\* | 2.1.\* |
39+
| 5.6.\* | 2.1.\* |
40+
41+
42+
> **Note:** This package requires either the [BC Math](https://secure.php.net/manual/en/book.bc.php) or [GMP](https://secure.php.net/manual/en/book.gmp.php) extension in order to work.
3943
4044

4145
## Usage

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"keywords": ["laravel", "hashids", "hashid", "slug", "hashslug"],
55
"type": "library",
66
"require": {
7-
"hashids/hashids": "^2.0",
7+
"hashids/hashids": "^3.0",
88
"illuminate/database": "~5.4.0",
99
"illuminate/routing": "~5.4.0"
1010
},

0 commit comments

Comments
 (0)