DigitalOceanPHP / Client

DigitalOcean API v2 client for PHP
MIT License
709 stars 205 forks source link

Cannot install, missing requires psr/http-client-implementation #267

Closed sdwru closed 3 years ago

sdwru commented 3 years ago

I am get the following error on composer install.

toin0u/digitalocean-v2 4.1.0 requires psr/http-client-implementation ^1.0 -> could not be found in any version, but the following packages provide it:
      - guzzlehttp/guzzle Guzzle is a PHP HTTP client library

Searching around it can't find that package on its own and I already have guzzle 7 installed.

sdwru commented 3 years ago

Nevermind. I had it ignoring guzzle install because it's in the parent app but that wasnt' good enough I guess or it is an older version.