From 078e496a3a2ce2d0f306a75ffcbf152cfa5294bc Mon Sep 17 00:00:00 2001 From: cotne nazarashvili Date: Fri, 13 Feb 2015 12:36:44 +0400 Subject: [PATCH] update illuminate/support and illuminate/filesystem to 5.x --- composer.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index 9328565..6560de1 100644 --- a/composer.json +++ b/composer.json @@ -15,8 +15,8 @@ ], "require": { "php": ">=5.3.0", - "illuminate/support": "4.x", - "illuminate/filesystem": "4.x" + "illuminate/support": "5.x", + "illuminate/filesystem": "5.x" }, "require-dev": { "phpunit/phpunit": "3.7.*",