Install Spatie Translatable Plugin

I'm trying to install the Spatie Translatable Plugin with
composer require filament/spatie-laravel-translatable-plugin:"^3.0-stable" -W

but i get this error

...
 - filament/spatie-laravel-translatable-plugin v3.0.97 requires filament/support v3.0.97 -> found filament/support[v3.0.97] but these were not loaded, likely because it conflicts with another require.
    - filament/spatie-laravel-translatable-plugin v3.0.98 requires filament/support v3.0.98 -> found filament/support[v3.0.98] but these were not loaded, likely because it conflicts with another require.
    - filament/spatie-laravel-translatable-plugin v3.0.99 requires filament/support v3.0.99 -> found filament/support[v3.0.99] but these were not loaded, likely because it conflicts with another require.
... 

my version of filament is v3.0.100 php 8.2
Was this page helpful?