From cd2f7435787e03428119c41176459eb769224bb8 Mon Sep 17 00:00:00 2001 From: Graham Campbell Date: Sun, 8 Nov 2015 21:29:41 +0000 Subject: [PATCH] Support Laravel 5.2 --- composer.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index d5210f6..d494132 100644 --- a/composer.json +++ b/composer.json @@ -19,8 +19,8 @@ ], "require": { "php": ">=5.5.9", - "illuminate/config": "5.1.*", - "illuminate/support": "5.1.*", + "illuminate/config": "5.1.*|5.2.*", + "illuminate/support": "5.1.*|5.2.*", "segmentio/analytics-php": "1.2.*" }, "require-dev": {