How do I update from 3.0 to 3.1?
Composer update doesn't update beyond 3.0.
filament:upgrade doesnt work either. stays at 3.
Running "composer require filament/filament:"^3.1" -W" gives error:
Solution:Jump to solution
maybe removing the
composer.lock
file and run composer install
again
try to set "minimum-stability": "stable"
...4 Replies
share the composer.json please
Solution
maybe removing the
composer.lock
file and run composer install
again
try to set "minimum-stability": "stable"
Removed composer.lock, manually changed to 3.1 and did install again. I think that did the trick. Thanks