j0k3r / graby

Graby helps you extract article content from web pages
MIT License
362 stars 73 forks source link

composer: Declare dependency on psr/http-client-implementation #322

Closed jtojnar closed 1 year ago

jtojnar commented 1 year ago

The psr-http/client-implementation dependency appears to have been accidentally removed in ac5d7387c8579c5c4352f40afa2419a0ed7e5d67, while still being used.

Let’s switch to its spiritual successor psr-http/client-implementation, which is backed by PSR-18, and correctly declare the dependency.