From 5585196fee790c5625d0e24ea5b0aa748787db50 Mon Sep 17 00:00:00 2001 From: kigathi-chege Date: Fri, 28 Mar 2025 10:35:56 +0300 Subject: [PATCH] feat: remove illuminate dependencies --- composer.json | 3 --- 1 file changed, 3 deletions(-) diff --git a/composer.json b/composer.json index a7b85ee..6233f98 100644 --- a/composer.json +++ b/composer.json @@ -33,9 +33,6 @@ "minimum-stability": "dev", "require": { "php": "^8.0", - "illuminate/config": "^8.0 || ^9.0 || ^10.0", - "illuminate/database": "^8.0|^9.0|^10.0", - "illuminate/support": "^8.0|^9.0|^10.0", "laravel/serializable-closure": "^1.2.2" }, "require-dev": {