From 5f2b06c143fe7807374fc1297de8baaa96b64bf7 Mon Sep 17 00:00:00 2001 From: Harris Marfel Date: Sun, 13 Feb 2022 08:01:08 +0700 Subject: [PATCH] Update composer.json --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 67c7fa7..6588638 100644 --- a/composer.json +++ b/composer.json @@ -16,7 +16,7 @@ ], "require": { "php": ">=7.1.0", - "illuminate/config": "~5.0." + "illuminate/config": "5.*|6.*|7.*|8.*|9.*" }, "require-dev": { "phpunit/phpunit": "^7.0"