

In reply to
Stormlight
Stormlight
Apr 19, 2024


Hey Toby, I'm assuming 0.4.8 is yet to be released? As composer update doesn't pull in that version nor does starting a new project via composer create-project waterhole/waterhole path/to/forum.
No it was released on 16 April! Maybe try clearing your Composer cache with composer clear-cache
?
I think I figured out the issue,
waterhole/core
requires a beta version ofturbo-laravel
:Also, the Waterhole Starter Skeleton project has the following in the composer.json:
Is there any risk of switching minimum stability to beta? That was the only way I was able to update the Waterhole Starter Skeleton project.