laravel-responder
laravel-responder copied to clipboard
Fractal 0.20.0 supprot
Hello, Could you please add support of the new Fractal version - 0.20.0
Hello, is this project dead?
I get this error since upgrading to Laravel 9 and PHP 8.1:
Return type of League\Fractal\Scope::jsonSerialize() should either be compatible with JsonSerializable::jsonSerialize(): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /var/www/vendor/league/fractal/src/Scope.php on line 298
This was fixed in fractal package on 0.20 but this package still requires 0.19
Hi, the package isn't dead per se - but I'll admit I haven't had much time to work on it for the past couple of years. I'm trying to find some time to release the next major version which is almost done and removes Fractal as a dependency (in favor of Laravel's API resources). With that said, I'll try to find some time to upgrade this version to add support for Fractal 0.20 as well.
Can you quickly add support for 0.20 in the meantime?