From 3fdd894a03987dd0502b5d65434b52908ac4e1de Mon Sep 17 00:00:00 2001 From: hcdias Date: Tue, 10 Oct 2023 18:14:28 -0300 Subject: [PATCH] chore: remove packages from illuminate --- composer.json | 3 --- 1 file changed, 3 deletions(-) diff --git a/composer.json b/composer.json index 9957beb8..9b122df7 100644 --- a/composer.json +++ b/composer.json @@ -10,9 +10,6 @@ "ext-rdkafka": ">=4.0", "ext-json": "*", "guzzlehttp/guzzle": "^6.5.0 || ^7.0.0", - "illuminate/support": "^5.5.0 || ^6.0.0 || ^7.0.0 || ^8.0.0", - "illuminate/console": "^5.5.0 || ^6.0.0 || ^7.0.0 || ^8.0.0", - "illuminate/config": "^5.5.0 || ^6.0.0 || ^7.0.0 || ^8.0.0", "php": ">=7.4", "wikimedia/avro": "^1.9.0" },