-
Notifications
You must be signed in to change notification settings - Fork 68
Closed
Description
The lib uses \Neomerx\JsonApi\Contracts\Integration\CurrentRequestInterface
which is really a small subset of PSR-7 (\Psr\Http\Message\ServerRequestInterface
particularly). As many modern frameworks support PSR-7 this design solution adds extra efforts required to integrate the lib.
So it's time for #86 😄