What happened?
When installing this package in a Filament v5 project, Composer fails due to incompatible dependency constraints.
The package currently requires filament/filament:^4.0, which prevents usage with Filament v5.
How to reproduce the bug
- Create a fresh Laravel project.
- Install Filament v5.
- Run: composer require solutionforest/filament-tree
- Observe that Composer throws a version conflict (requires Filament ^4.0).
Package Version
3.1
PHP Version
8.5
Laravel Version
12.47
Which operating systems does with happen with?
Windows
Notes
No response