From 75b80e6124abed6ae4086badc1255bc8feb5cd85 Mon Sep 17 00:00:00 2001 From: Miguel Piedrafita Date: Tue, 8 Sep 2020 23:10:11 +0200 Subject: [PATCH] Add Laravel 8 support --- composer.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index 14e0c841ab..b7ef4c2cba 100644 --- a/composer.json +++ b/composer.json @@ -12,8 +12,8 @@ "require": { "php": ">=7.1", "ibericode/vat": "^1.2", - "illuminate/contracts": "5.5.*|5.6.*|5.7.*|5.8.*|6.*|7.*", - "illuminate/support": "5.5.*|5.6.*|5.7.*|5.8.*|6.*|7.*" + "illuminate/contracts": "5.5.*|5.6.*|5.7.*|5.8.*|6.*|7.*|8.*", + "illuminate/support": "5.5.*|5.6.*|5.7.*|5.8.*|6.*|7.*|8.*" }, "require-dev": { "phpunit/phpunit": "^6.3|^7.0|^8.5",