... | ... | @@ -4,12 +4,12 @@ |
"keywords": ["laravel", "hashids", "hashid", "slug", "hashslug"], | ||
"type": "library", | ||
"require": { | ||
"hashids/hashids": "^2.0", | ||
"illuminate/database": "5.5.*", | ||
"illuminate/routing": "5.5.*" | ||
"hashids/hashids": "^3.0", | ||
"illuminate/database": "~5.4.0", | ||
"illuminate/routing": "~5.4.0" | ||
}, | ||
"require-dev": { | ||
"orchestra/testbench": "3.5.x", | ||
"orchestra/testbench": "^3.4", | ||
"phpunit/phpunit": "^6.3" | ||
}, | ||
"license": "GPL-3.0-only", | ||
... | ... |
This diff is collapsed.