From f3d4d991d759a583ed6c317787471d6c9ca03cb5 Mon Sep 17 00:00:00 2001 From: gp-lnuff <169065476+gp-lnuff@users.noreply.github.com> Date: Thu, 6 Nov 2025 15:42:18 +0100 Subject: [PATCH] Update composer install command to specify non-default 3.x for 3.x README.md Complementary to #186 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f2d8643..d33ec46 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ building selection dropdowns with various customization options. You can install the package via composer: ```bash -composer require codewithdennis/filament-select-tree +composer require codewithdennis/filament-select-tree:3.x ``` ```bash