From 1182d0c8a9966cfeb3b968427976eee5561167c9 Mon Sep 17 00:00:00 2001 From: Fady Mondy Date: Thu, 9 May 2024 18:34:48 +0300 Subject: [PATCH] add icon picker --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index d517b04..c314105 100644 --- a/composer.json +++ b/composer.json @@ -38,6 +38,6 @@ "php": "^8.1|^8.2", "tomatophp/console-helpers": "^1.1", "filament/filament": "^3.0.0", - "tomatophp/tomato-icons": "^1.0" + "tomatophp/filament-icons": "^1.0" } }