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

Commit a77f068

Browse files
committed
hashids v3
1 parent a6a2e8e commit a77f068

File tree

4 files changed

+143
-137
lines changed

4 files changed

+143
-137
lines changed

README.md

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

3535
| Laravel | Hashslug |
3636
|---------|----------|
37-
| 5.4.\* | 1.0.\* |
38-
| 5.5.\* | 1.1.\* |
39-
| 5.6.\* | 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.
4043
4144

4245
## Usage

_config.yml

Lines changed: 0 additions & 1 deletion
This file was deleted.

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.5.*|5.6.*",
99
"illuminate/routing": "5.5.*|5.6.*"
1010
},

0 commit comments

Comments
 (0)