cloudconvert / cloudconvert-php

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

New version for symfony/options-resolver #67

Closed jandante closed 4 years ago

jandante commented 4 years ago

My PHP project has version 5.0.5 for symfony/options-resolver which seems incompatible with this package.

In the composer.json file it states "symfony/options-resolver": "^4.2"

Is it possible to upgrade this to the latest version?

jandante commented 4 years ago

Sorry this is probably not at place here. When I install the previous version of cloudconvert-php (3.0.0) composer takes care of downgrading some other packages so it can install cloudconvert-php. I can then also upgrad to the 3.0.2 version.

The downgrade affects packages that aren't crucial for me so I dont think there is an issue there.