cloudcreativity / laravel-json-api

JSON API (jsonapi.org) package for Laravel applications.
http://laravel-json-api.readthedocs.io/en/latest/
Apache License 2.0
780 stars 109 forks source link

Update packages to make them Laravel 7 compatible #496

Closed dingo-d closed 4 years ago

dingo-d commented 4 years ago

I ran the tests locally and there were 3 incomplete tests, but I guess the Travis checks will show if this works or not.

It's my attempt at making the package compatible with Laravel 7 which came out yesterday.

Related to issue #495

lindyhopchris commented 4 years ago

@dingo-d I'm looking at this now. It'll need more changes thant just updating the dependencies, so you'll need to leave this with me for the mo.

lindyhopchris commented 4 years ago

@dingo-d thanks for submitting this PR, it is appreciated but unfortunately I need to close this. I'm going to have to do a release from the 2.0 branch I was working on to support Laravel 7.

dingo-d commented 4 years ago

Ok not a problem :+1: It looks a bit more complicated than just updating certain dependencies.