In reply to
Toby
Toby
Waterhole
Founder
Apr 21, 2024
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 of turbo-laravel
:
waterhole/core v0.4.8 requires hotwired-laravel/turbo-laravel ^2.0.0-beta5 -> found hotwired-laravel/turbo-laravel[2.0.0-beta5, 2.x-dev] but it does not match your minimum-stability.
Also, the Waterhole Starter Skeleton project has the following in the composer.json:
"minimum-stability": "stable",
"prefer-stable": true
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.
Great catch @Stormlight. I've updated the starter skeleton and tagged a new version.