egeriis / laravel-jsonapi

Make it a breeze to create a jsonapi.org compliant APIs with Laravel 5.
MIT License
146 stars 27 forks source link

use laravel 5.2 instead of 5.1 #47

Closed vesavlad closed 8 years ago

vesavlad commented 8 years ago

make the package compatible with laravel 5.2

mfn commented 8 years ago

I'm not an expert, but this effectively lets the library only work with 5.2, no?

Unless working with 5.1 was dropped (which I don't think), shouldn't the version string allow both?

To be clear, I'm taling about "5.1.*|5.2.*" instead of "5.2.*"; see https://getcomposer.org/doc/articles/versions.md .

egeriis commented 8 years ago

5.* should be fine. I know Laravel are following semver, so there shouldn't be any breaking changes.