From dd5d7836ea8bd720ad4dfb9ac135bace8299012c Mon Sep 17 00:00:00 2001 From: Richard Date: Wed, 23 Dec 2015 11:31:34 +0100 Subject: [PATCH] Update composer.json Add Laravel 5.2 support --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 5c29261..bd51472 100644 --- a/composer.json +++ b/composer.json @@ -11,7 +11,7 @@ ], "require": { "php": ">=5.3.0", - "illuminate/support": "5.0.x|5.1.x", + "illuminate/support": "5.0.x|5.1.x|5.2.x", "omnipay/common": "~2.0" }, "autoload": {