diff --git a/README.md b/README.md index faa0dd5..b12dd1d 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# Hashids for Laravel 4 +# Hashids for Laravel 4 and 5 This package uses the classes created by [hashids.org](http://www.hashids.org/ "http://www.hashids.org/") diff --git a/composer.json b/composer.json index b0b6969..7509cb5 100644 --- a/composer.json +++ b/composer.json @@ -10,7 +10,7 @@ ], "require": { "php": ">=5.3.0", - "illuminate/support": "4.x", + "illuminate/support": "4.*|5.0.*", "hashids/hashids": "1.0.x" }, "autoload": {