swisnl / json-api-client

A PHP package for mapping remote {json:api} resources to Eloquent like models and collections.
MIT License
205 stars 24 forks source link

Drop nyholm/psr7 dependency #85

Closed JaZo closed 3 years ago

JaZo commented 3 years ago

Detailed description

Drop nyholm/psr7 dependency.

Context

When https://github.com/guzzle/psr7/issues/327 is closed and guzzle/psr7 has a new major we can drop this dependency and leave it to the consumer.

bbrala commented 3 years ago

Well, RC1 has been out for a while, but we are waiting for stable i guess?

JaZo commented 3 years ago

Guzzle added support for guzzle/psr7 v2 in 7.3.0, so if your minimum stability is set to RC you'll get v2. I think it's safe to drop nyholm/psr7.

bbrala commented 3 years ago

Yeah i agree :)

JaZo commented 3 years ago

https://github.com/guzzle/psr7/releases/tag/2.0.0 🎉