nathanheffley / laravel-watermelon

Easily set up a sync endpoint to support Watermelon DB in your Laravel projects.
MIT License
47 stars 13 forks source link

Laravel 11 support #10

Closed goellner closed 7 months ago

goellner commented 7 months ago

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].
nathanheffley commented 7 months ago

Please try using v2.0.0. It is installable so I will close this one, but please open another issue if you run into any bugs!