From 5feede6cd72dd52876030ddef36206a6e383bec4 Mon Sep 17 00:00:00 2001 From: Tobias Bleckert Date: Fri, 10 Oct 2014 13:50:44 +0200 Subject: [PATCH 1/3] Support laravel 5.0 --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index b0b6969..14d85e3 100644 --- a/composer.json +++ b/composer.json @@ -10,7 +10,7 @@ ], "require": { "php": ">=5.3.0", - "illuminate/support": "4.x", + "illuminate/support": "5.0.*", "hashids/hashids": "1.0.x" }, "autoload": { From c357d36b7b30cda5f6f60f2736573755405386f0 Mon Sep 17 00:00:00 2001 From: Tobias Bleckert Date: Fri, 10 Oct 2014 14:10:51 +0200 Subject: [PATCH 2/3] Laravel 4 and 5 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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/") From 2e3aa66a215be79f91f766227272d3d98d725b80 Mon Sep 17 00:00:00 2001 From: tbleckert Date: Fri, 31 Oct 2014 22:15:33 +0100 Subject: [PATCH 3/3] Support for both 4 and 5 --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 14d85e3..7509cb5 100644 --- a/composer.json +++ b/composer.json @@ -10,7 +10,7 @@ ], "require": { "php": ">=5.3.0", - "illuminate/support": "5.0.*", + "illuminate/support": "4.*|5.0.*", "hashids/hashids": "1.0.x" }, "autoload": {