bitvavo / php-bitvavo-api

PHP SDK IS DEPRECATED! PHP wrapper for the Bitvavo API
ISC License
15 stars 13 forks source link

Depencency version conflicts #12

Open ReHo20 opened 1 year ago

ReHo20 commented 1 year ago

Hi. I'm currently including trying to include this library in a project. But I've already had another library included which uses a newer version ^0.4 of the ratchet/pawl library than PHP Bitvavo API is using (^0.3.0). And downgrading the other library isn't an option since ^0.4 is already the lowest used version for the ratchet/pawl library.

Any suggestions on how to resolve this?