From 6ad7d00453335a09de6df262c20922d4b9c25d07 Mon Sep 17 00:00:00 2001 From: Maxime Fabre Date: Wed, 14 May 2014 11:53:45 +0200 Subject: [PATCH 1/2] Fix for Laravel 4.2 --- composer.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/composer.json b/composer.json index 9a1589558..497f936d5 100644 --- a/composer.json +++ b/composer.json @@ -17,11 +17,11 @@ "require-dev": { "dingo/oauth2-server-laravel": "0.2.*", "lucadegasperi/oauth2-server-laravel": "1.0.*", - "illuminate/routing": "4.1.*", - "illuminate/events": "4.1.*", - "illuminate/auth": "4.1.*", - "illuminate/database": "4.1.*", - "illuminate/pagination": "4.1.*", + "illuminate/routing": "~4.1", + "illuminate/events": "~4.1", + "illuminate/auth": "~4.1", + "illuminate/database": "~4.1", + "illuminate/pagination": "~4.1", "phpunit/phpunit": "~4.0", "mockery/mockery": "~0.9" }, From 97439ac2fac9262c55036c6f30ce0419bbece334 Mon Sep 17 00:00:00 2001 From: Maxime Fabre Date: Wed, 14 May 2014 11:57:23 +0200 Subject: [PATCH 2/2] Forgot one --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 497f936d5..a197b61ae 100644 --- a/composer.json +++ b/composer.json @@ -11,7 +11,7 @@ ], "require": { "php": ">=5.4.0", - "illuminate/support": "4.1.*", + "illuminate/support": "~4.1", "league/fractal": "~0.7" }, "require-dev": {