From 82e99f4fb2b4895465b3469e626e4f41c5edec61 Mon Sep 17 00:00:00 2001 From: Michael Dyrynda Date: Sat, 4 Sep 2021 14:19:10 +0930 Subject: [PATCH] illuminate/config is required --- composer.json | 1 + 1 file changed, 1 insertion(+) diff --git a/composer.json b/composer.json index d2de66d..3759056 100644 --- a/composer.json +++ b/composer.json @@ -19,6 +19,7 @@ "php": "^8.0", "spatie/laravel-package-tools": "^1.4.3", "illuminate/cache": "^8.37", + "illuminate/config": "^8.37", "illuminate/contracts": "^8.37", "illuminate/support": "^8.37" },