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

Commit

Permalink
hashids v3
Browse files Browse the repository at this point in the history
  • Loading branch information
balping committed Mar 13, 2018
1 parent 45e29b4 commit 5a7b8fc
Show file tree
Hide file tree
Showing 3 changed files with 166 additions and 160 deletions.
8 changes: 6 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,12 @@ composer require balping/laravel-hashslug

| Laravel | Hashslug |
|---------|----------|
| 5.4.\* | 1.0.\* |
| 5.5.\* | 1.1.\* |
| 5.4.\* | 2.0.\* |
| 5.5.\* | 2.1.\* |
| 5.6.\* | 2.1.\* |


> **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.

## Usage
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"keywords": ["laravel", "hashids", "hashid", "slug", "hashslug"],
"type": "library",
"require": {
"hashids/hashids": "^2.0",
"hashids/hashids": "^3.0",
"illuminate/database": "~5.4.0",
"illuminate/routing": "~5.4.0"
},
Expand Down
Loading

0 comments on commit 5a7b8fc

Please sign in to comment.