flugg / laravel-responder

A Laravel Fractal package for building API responses, giving you the power of Fractal with Laravel's elegancy.
MIT License
861 stars 86 forks source link

Change the 5.x series of the Symfony components. #163

Closed sojeda closed 4 years ago

sojeda commented 4 years ago

https://github.com/flugger/laravel-responder/issues/162

Kristories commented 4 years ago

@flugger can you review this PR?

flugg commented 4 years ago

Hi, thanks for the PR. However, in order to both support older versions of Laravel and the newer versions we need to remove the type hint altogether. Would you be so kind and adjust the changes @sojeda ?