Skip to content

Instantly share code, notes, and snippets.

@fuyuton
Created October 1, 2020 16:54
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save fuyuton/e72ac9fe07b809262027493cb4e64085 to your computer and use it in GitHub Desktop.
Save fuyuton/e72ac9fe07b809262027493cb4e64085 to your computer and use it in GitHub Desktop.
bitcoin-phpで必要なcomposer.jsonのサンプル
{
"repositories": [
{
"type": "git",
"url": "https://github.com/fuyuton/bitcoin-php.git"
}
],
"require":{
"php": ">=7.0",
"bitwasp/bitcoin": "dev-1.0counterparty",
"bitwasp/bech32": "0.0.*",
"bitwasp/buffertools": "0.5.*",
"composer/semver": "1.4.*",
"lastguest/murmurhash": "2.0.*",
"mdanter/ecc": "0.5.*",
"pleonasm/merkle-tree": "1.0.*"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment