From 85e01b9cba0f6e05590697ee581d4457f46c193c Mon Sep 17 00:00:00 2001 From: Tony Date: Sat, 23 Apr 2022 14:10:47 +0700 Subject: [PATCH] add illuminate 8.0 support --- composer.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index 43fca8f..7550e69 100644 --- a/composer.json +++ b/composer.json @@ -13,8 +13,8 @@ ], "require": { "php": ">=7.1", - "illuminate/http": "~5.3|^6.0|^7.0", - "illuminate/support": "~5.3|^6.0|^7.0", + "illuminate/http": "~5.3|^6.0|^7.0|^8.0", + "illuminate/support": "~5.3|^6.0|^7.0|^8.0", "ext-json": "*", "ext-mbstring": "*" },