From 7d975482df68fa235f041f9901810609829903b9 Mon Sep 17 00:00:00 2001 From: unicodeveloper Date: Mon, 6 May 2019 12:05:04 +0100 Subject: [PATCH] chore(identify): Add support for Laravel 5.3 --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index a641ba3..7955431 100644 --- a/composer.json +++ b/composer.json @@ -12,7 +12,7 @@ "minimum-stability": "stable", "require": { "php": ">=5.6.4", - "illuminate/support": "~5.2.0", + "illuminate/support": "~5.2.0|~5.3.0", "sinergi/browser-detector": "6.0.*" }, "require-dev": {