Comment #⁨10⁩

In reply to Toby Toby

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.