Can't really install the package in Laravel 11, would provide a PR, but don't really know what needs to be changed to make it installable and I don't know what to change to make it compatible with Laravel 9,10 and 11 at the same time.
This is the error message from composer:
Problem 1
- nathanheffley/laravel-watermelon[v0.0.1, ..., v0.0.2] require illuminate/database ^8.0 -> found illuminate/database[v8.0.0, ..., v8.83.27] but these were not loaded, likely because it conflicts with another require.
- nathanheffley/laravel-watermelon[v0.0.3, v1.0.0] require illuminate/database ^10.13.2 -> found illuminate/database[v10.13.2, ..., v10.48.4] but these were not loaded, likely because it conflicts with another require.
- Root composer.json requires nathanheffley/laravel-watermelon * -> satisfiable by nathanheffley/laravel-watermelon[v0.0.1, v0.0.2, v0.0.3, v1.0.0].
Can't really install the package in Laravel 11, would provide a PR, but don't really know what needs to be changed to make it installable and I don't know what to change to make it compatible with Laravel 9,10 and 11 at the same time.
This is the error message from composer: