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

Commit e7a9bf7

Browse files
committed
L5.6
1 parent a1e2a89 commit e7a9bf7

File tree

3 files changed

+539
-467
lines changed

3 files changed

+539
-467
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ composer require balping/laravel-hashslug
3636
|---------|----------|
3737
| 5.4.\* | 1.0.\* |
3838
| 5.5.\* | 1.1.\* |
39+
| 5.6.\* | 1.1.\* |
3940

4041

4142
## Usage

composer.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,12 @@
55
"type": "library",
66
"require": {
77
"hashids/hashids": "^2.0",
8-
"illuminate/database": "5.5.*",
9-
"illuminate/routing": "5.5.*"
8+
"illuminate/database": "5.5.*|5.6.*",
9+
"illuminate/routing": "5.5.*|5.6.*"
1010
},
1111
"require-dev": {
12-
"orchestra/testbench": "3.5.x",
13-
"phpunit/phpunit": "^6.3"
12+
"orchestra/testbench": "3.5.*|3.6.*",
13+
"phpunit/phpunit": "^6.3|^7.0"
1414
},
1515
"license": "GPL-3.0-only",
1616
"authors": [

0 commit comments

Comments
 (0)