filament v3.0.0-alpha121
After installing (composer require filament/filament:"^3.0")
on php artisan about I get v3.0.0-alpha121
If I change in composer.json to "^3.0@beta" then composer says:
and
On a fresh laravel install
7 Replies
Changed from "prefer-stable": true to false and vise versa I finaly after composer update get v3.0.0-beta13
Did you add
"minimum-stability": "dev"
to your composer.json?Yes
Did you figure this out? I'm so confused π
I did
laravel new <project>
then installed Livewire v3 (composer require livewire/livewire:^3.0@beta
and then tried composer require filament/tables:"^3.0@beta"
(as thats all I'm looking at using) and just hit with all these stability errorshave you tried running composer update with all dependencies?
Solution
With this I get v3.0.0-beta17 and thats ok..