Class "Filament\PanelProvider" not found

I have set my:
"minimum-stability": "dev",

and ran this
composer require filament/upgrade:"^3.0-stable" -W --dev
vendor/bin/filament-v3

and when i will do composer update i get the error Class "Filament\PanelProvider" not found

How can i fix this?
Was this page helpful?