cloudconvert / cloudconvert-php

CloudConvert PHP SDK
https://cloudconvert.com/api/v2
MIT License
222 stars 84 forks source link

Update dependencies #69

Closed bobmulder closed 4 years ago

bobmulder commented 4 years ago

Unfortunately I was not able to install the newest version of this package because of out-dated dependencies. Hopefully this will solve my issues...

bobmulder commented 4 years ago

Thanks for merging, @josiasmontag. Can you create a new release?

josiasmontag commented 4 years ago

There is already - 3.0.3.

bobmulder commented 4 years ago

Github's fault, it tried to hide them for me ;P Thank you!

bobmulder commented 4 years ago

Trying to install 3.0.3, but is not working. Running composer why-not cloudconvert/cloudconvert-php:3.0.3 returns:

cloudconvert/cloudconvert-php  3.0.3       requires          php-http/client-implementation (^1.0)
my-application/dev             dev-master  does not require  php-http/client-implementation (but v2.0.1 is installed)

Setting the following in composer.json does not work for me:

    "php-http/client-implementation": "^1.0 || ^2.0",

Any suggestions?