You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
Hello,
Could you please add support of the new Fractal version - 0.20.0
The text was updated successfully, but these errors were encountered: