Skip to content

Commit

Permalink
set minimum requirement
Browse files Browse the repository at this point in the history
  • Loading branch information
veelasky committed Aug 29, 2019
1 parent f64373e commit 819fa80
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,16 +12,17 @@
"require": {
"php" : ">=7.0.0",
"hashids/hashids": "^2.0",
"illuminate/contracts": "^5.5|^6.0",
"illuminate/config": "^5.5|^6.0",
"illuminate/support": "^5.5|^6.0"
"illuminate/contracts": ">=5.5",
"illuminate/config": ">=5.5",
"illuminate/support": ">=5.5"
},
"autoload": {
"psr-4": {
"Veelasky\\LaravelHashId\\": "src"
}
},
"minimum-stability": "stable",
"minimum-stability": "dev",
"prefer-stable": true,
"extra": {
"laravel" : {
"providers" : [
Expand Down

0 comments on commit 819fa80

Please sign in to comment.