jorijn/bitcoin-bolt11

is it possbile to pin "protonlabs/bitcoin": "1.0.x-dev" to "v1.0.7" in composer.json?

Opened this issue · 1 comments

bassim commented

On higher versions, protonlabs/bitcoin depends on shanecurran/ecc: ^0.0.1.

Besides being a pretty low version, it is not published on packagist (yet)

For reference:

https://packagist.org/packages/protonlabs/bitcoin#v1.0.8

Hi @bassim I just set the version constraint to ^1.0. It installs no higher than v1.0.7. Are you running into something where an incompatible set of dependencies is used?