From 957764968957b16ea586bcbc13c8c30aaf4194e0 Mon Sep 17 00:00:00 2001 From: Daniel Stainback Date: Wed, 23 Dec 2015 15:51:32 -0500 Subject: [PATCH] Support Laravel 5.2 --- composer.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index 9bb874c..a3772ac 100644 --- a/composer.json +++ b/composer.json @@ -15,10 +15,11 @@ ], "require": { "php": ">=5.5.9", - "illuminate/support": "~5.1" + "illuminate/support": "5.1.*|5.2.*" }, "require-dev": { - "phpunit/phpunit": "*" + "phpunit/phpunit": "^4.8", + "mockery/mockery": "^0.9.4" }, "autoload": { "psr-4": {