jorijn / bitcoin-bolt11

A PHP library for decoding lightning network payment requests as defined in BOLT #11.
MIT License
10 stars 13 forks source link

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

Open bassim opened 11 months ago

bassim commented 11 months ago

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

jorijn commented 3 months ago

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?