laravel-json-api / laravel

JSON:API for Laravel applications

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

What are the plans to keep this in sync with Laravel releases?

genyded opened this issue · comments

If you install the latest Laravel then try to use this package, you get:

Problem 1
- Root composer.json requires laravel-json-api/laravel ^1.1 -> satisfiable by laravel-json-api/laravel[v1.1.0].
- laravel-json-api/laravel v1.1.0 requires php ^7.4|8.0.* -> your php version (8.2.4) does not satisfy that requirement.

We have to back rev Laravel two major version in order to use this package, Do you plan to remedy this?

laravel-json-api/laravel ^1.1

You are requiring v1 of the package. v2 works with Laravel 8 and 9 and there's also v3 for Laravel 10. So you already can use this package with the latest Laravel version, you just have to require the proper package version.

Our bad! We did not notice the version dropdown on https://laraveljsonapi.io/docs. Thanks for the quick response!