seegno / uphold-sdk-php

Uphold PHP SDK
http://seegno.com
28 stars 24 forks source link

Composer conflict with symfony/console: ~2.6 #151

Closed kaizokou closed 6 years ago

kaizokou commented 6 years ago

Hello @nunorafaelrocha

I'm using Symfony 3.3 and I can't install the library with composer as it's asking for symfony/console: ~2.6

I can't downgrade to symfony/console: ~2.6

Any idea how to fix this ?

Thanks.

bigdawggi commented 6 years ago

I had to fork the repo and update the composer.json to allow symfony/console: ~3.2.8. I just barely submitted a pull request here to hopefully get it upgraded.

kaizokou commented 6 years ago

Thanks @bigdawggi . Doesn't seems this SDK is actively managed , so yes I'll have to go for a fork.