From 1b442b355452d1256f6b15e9f468b59389aed409 Mon Sep 17 00:00:00 2001 From: Antonio Dal Sie Date: Tue, 15 Sep 2020 19:01:24 +0200 Subject: [PATCH 1/2] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20Upgrade=20vendor=20and?= =?UTF-8?q?=20support=20laravel=208?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- composer.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index f5f0a4e..e7153e1 100755 --- a/composer.json +++ b/composer.json @@ -18,11 +18,11 @@ "require": { "php": "^7.2", "doctrine/dbal": "^2.10", - "illuminate/support": "^6.0|^7.0" + "illuminate/support": "^6.0|^7.0|^8.0" }, "require-dev": { "orchestra/testbench": "^4.0", - "phpunit/phpunit": "^8.0" + "phpunit/phpunit": "^9.0" }, "autoload": { "psr-4": { From 2fb56dbe779c9a84254b0ca17f853eb24ff84652 Mon Sep 17 00:00:00 2001 From: Antonio Dal Sie Date: Tue, 15 Sep 2020 19:01:50 +0200 Subject: [PATCH 2/2] =?UTF-8?q?=F0=9F=94=A7=20(coverage):=20Update=20travi?= =?UTF-8?q?s?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index c521f0c..5b077e1 100755 --- a/.travis.yml +++ b/.travis.yml @@ -1,8 +1,8 @@ language: php php: - - 7.2 - 7.3 + - 7.4 env: matrix: