From 5bc7bccdca34c37b1ebb916d505c10213e161ec8 Mon Sep 17 00:00:00 2001 From: unicodeveloper Date: Tue, 7 May 2019 05:08:13 +0100 Subject: [PATCH 1/2] chore(identify): Bump PHP version and Illuminate support version --- composer.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index a24122a..7d2290f 100644 --- a/composer.json +++ b/composer.json @@ -10,8 +10,8 @@ } ], "require": { - "php": ">=7.0.0", - "illuminate/support": "~5.3.0|~5.4.0|~5.5.0", + "php": ">=7.1.3", + "illuminate/support": "~5.3.0|~5.4.0|~5.5.0|~5.6.0", "sinergi/browser-detector": "6.1.*" }, "require-dev": { From 4cbfb2463fee558b233d4625ce783e9448cce638 Mon Sep 17 00:00:00 2001 From: unicodeveloper Date: Tue, 7 May 2019 05:16:48 +0100 Subject: [PATCH 2/2] chore(travis): Bump to PHP 7.2 --- .travis.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index 9b43a39..b5535bc 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,9 +1,7 @@ language: php php: - - 7.0 - - 7.1 - - hhvm + - 7.2 matrix: allow_failures: