From 4029963a0e57c1661fff073427a4d66c43267089 Mon Sep 17 00:00:00 2001 From: Jeffrey Way Date: Sat, 13 Sep 2014 09:15:37 -0400 Subject: [PATCH] Bump for Laravel 5 support --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index ec2bc73..37c8911 100644 --- a/composer.json +++ b/composer.json @@ -10,7 +10,7 @@ ], "require": { "php": ">=5.4.0", - "illuminate/support": "~4.0" + "illuminate/support": "~5.0" }, "require-dev": { "phpspec/phpspec": "2.0.*@dev"