From 3700989556ae765c6da15389ae26addc97e63f81 Mon Sep 17 00:00:00 2001 From: Robert Reinhard Date: Tue, 11 Aug 2015 12:04:10 -0700 Subject: [PATCH] Planning bkwld --- composer.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index d62e40a..d90c885 100644 --- a/composer.json +++ b/composer.json @@ -3,12 +3,12 @@ "description": "A trait for Laravel Eloquent models that lets you clone of a model and it's relationships, including files.", "require": { "php": ">=5.4.0", - "illuminate/support": "~4.0" + "illuminate/support": "4 - 5" }, "require-dev": { "phpunit/phpunit": "~4.7", "bkwld/upchuck": "~1.1", - "illuminate/database": "~4.0", + "illuminate/database": "4 - 5", "league/flysystem-vfs": "^1.0", "mockery/mockery": "^0.9.4", "codeclimate/php-test-reporter": "dev-master"