|
@@ -4,7 +4,7 @@
|
|
|
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
|
|
|
"This file is @generated automatically"
|
|
|
],
|
|
|
- "content-hash": "8e2eea9df5cf90e5886106000c02f504",
|
|
|
+ "content-hash": "7a6ec149243d96d0c57a8de662aa07b8",
|
|
|
"packages": [
|
|
|
{
|
|
|
"name": "adbario/php-dot-notation",
|
|
@@ -984,6 +984,164 @@
|
|
|
},
|
|
|
"time": "2015-03-04T12:07:54+00:00"
|
|
|
},
|
|
|
+ {
|
|
|
+ "name": "bitwasp/bech32",
|
|
|
+ "version": "v0.0.1",
|
|
|
+ "source": {
|
|
|
+ "type": "git",
|
|
|
+ "url": "https://github.com/Bit-Wasp/bech32.git",
|
|
|
+ "reference": "e1ea58c848a4ec59d81b697b3dfe9cc99968d0e7"
|
|
|
+ },
|
|
|
+ "dist": {
|
|
|
+ "type": "zip",
|
|
|
+ "url": "https://api.github.com/repos/Bit-Wasp/bech32/zipball/e1ea58c848a4ec59d81b697b3dfe9cc99968d0e7",
|
|
|
+ "reference": "e1ea58c848a4ec59d81b697b3dfe9cc99968d0e7",
|
|
|
+ "shasum": ""
|
|
|
+ },
|
|
|
+ "require-dev": {
|
|
|
+ "phpunit/phpunit": "^5.4.0",
|
|
|
+ "squizlabs/php_codesniffer": "^2.0.0"
|
|
|
+ },
|
|
|
+ "type": "library",
|
|
|
+ "autoload": {
|
|
|
+ "files": [
|
|
|
+ "src/bech32.php"
|
|
|
+ ],
|
|
|
+ "psr-4": {
|
|
|
+ "BitWasp\\Bech32\\": "src/"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "notification-url": "https://packagist.org/downloads/",
|
|
|
+ "license": [
|
|
|
+ "Unlicense"
|
|
|
+ ],
|
|
|
+ "authors": [
|
|
|
+ {
|
|
|
+ "name": "Thomas Kerin",
|
|
|
+ "homepage": "https://thomaskerin.io",
|
|
|
+ "role": "Author"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "description": "Pure (no dependencies) implementation of bech32",
|
|
|
+ "homepage": "https://github.com/bit-wasp/bech32",
|
|
|
+ "support": {
|
|
|
+ "issues": "https://github.com/Bit-Wasp/bech32/issues",
|
|
|
+ "source": "https://github.com/Bit-Wasp/bech32/tree/more-tests"
|
|
|
+ },
|
|
|
+ "time": "2018-02-05T22:23:47+00:00"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "bitwasp/bitcoin",
|
|
|
+ "version": "1.0.x-dev",
|
|
|
+ "source": {
|
|
|
+ "type": "git",
|
|
|
+ "url": "https://github.com/Bit-Wasp/bitcoin-php.git",
|
|
|
+ "reference": "670063be60655500a327d5d470d6eba0d77c6941"
|
|
|
+ },
|
|
|
+ "dist": {
|
|
|
+ "type": "zip",
|
|
|
+ "url": "https://api.github.com/repos/Bit-Wasp/bitcoin-php/zipball/670063be60655500a327d5d470d6eba0d77c6941",
|
|
|
+ "reference": "670063be60655500a327d5d470d6eba0d77c6941",
|
|
|
+ "shasum": ""
|
|
|
+ },
|
|
|
+ "require": {
|
|
|
+ "bitwasp/bech32": "^0.0.1",
|
|
|
+ "bitwasp/buffertools": "^0.5.0",
|
|
|
+ "composer/semver": "^1.4.0|^3.2.0",
|
|
|
+ "lastguest/murmurhash": "v2.0.0",
|
|
|
+ "mdanter/ecc": "^0.5.0",
|
|
|
+ "php-64bit": ">=7.0",
|
|
|
+ "pleonasm/merkle-tree": "1.0.0"
|
|
|
+ },
|
|
|
+ "require-dev": {
|
|
|
+ "bitwasp/bitcoinconsensus": "v3.0.0",
|
|
|
+ "bitwasp/secp256k1-php": "^v0.2.0",
|
|
|
+ "ext-json": "*",
|
|
|
+ "nbobtc/bitcoind-php": "v2.0.2",
|
|
|
+ "phpunit/phpunit": "^5.4.0",
|
|
|
+ "squizlabs/php_codesniffer": "^2.0.0"
|
|
|
+ },
|
|
|
+ "suggest": {
|
|
|
+ "ext-bitcoinconsensus": "The bitcoinconsensus library for safest possible script verification",
|
|
|
+ "ext-secp256k1": "The secp256k1 library for fast and safe elliptic curve operations"
|
|
|
+ },
|
|
|
+ "default-branch": true,
|
|
|
+ "type": "library",
|
|
|
+ "autoload": {
|
|
|
+ "files": [
|
|
|
+ "src/Script/functions.php"
|
|
|
+ ],
|
|
|
+ "psr-4": {
|
|
|
+ "BitWasp\\Bitcoin\\": "src/"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "notification-url": "https://packagist.org/downloads/",
|
|
|
+ "license": [
|
|
|
+ "Unlicense"
|
|
|
+ ],
|
|
|
+ "authors": [
|
|
|
+ {
|
|
|
+ "name": "Thomas Kerin",
|
|
|
+ "homepage": "https://thomaskerin.io",
|
|
|
+ "role": "Author"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "description": "PHP Bitcoin library with functions for transactions, signatures, serialization, Random/Deterministic ECDSA keys, blocks, RPC bindings",
|
|
|
+ "homepage": "https://github.com/bit-wasp/bitcoin-php",
|
|
|
+ "support": {
|
|
|
+ "issues": "https://github.com/Bit-Wasp/bitcoin-php/issues",
|
|
|
+ "source": "https://github.com/Bit-Wasp/bitcoin-php/tree/1.0"
|
|
|
+ },
|
|
|
+ "time": "2021-01-16T21:13:16+00:00"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "bitwasp/buffertools",
|
|
|
+ "version": "v0.5.7",
|
|
|
+ "source": {
|
|
|
+ "type": "git",
|
|
|
+ "url": "https://github.com/Bit-Wasp/buffertools-php.git",
|
|
|
+ "reference": "133746d0b514e0016d8479b54aa97475405a9f1f"
|
|
|
+ },
|
|
|
+ "dist": {
|
|
|
+ "type": "zip",
|
|
|
+ "url": "https://api.github.com/repos/Bit-Wasp/buffertools-php/zipball/133746d0b514e0016d8479b54aa97475405a9f1f",
|
|
|
+ "reference": "133746d0b514e0016d8479b54aa97475405a9f1f",
|
|
|
+ "shasum": ""
|
|
|
+ },
|
|
|
+ "require": {
|
|
|
+ "php-64bit": ">=7.0.0"
|
|
|
+ },
|
|
|
+ "require-dev": {
|
|
|
+ "phpunit/phpunit": "^6.0",
|
|
|
+ "squizlabs/php_codesniffer": "~2.0"
|
|
|
+ },
|
|
|
+ "type": "library",
|
|
|
+ "autoload": {
|
|
|
+ "psr-4": {
|
|
|
+ "BitWasp\\Buffertools\\": "src/Buffertools/"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "notification-url": "https://packagist.org/downloads/",
|
|
|
+ "license": [
|
|
|
+ "MIT"
|
|
|
+ ],
|
|
|
+ "authors": [
|
|
|
+ {
|
|
|
+ "name": "Thomas Kerin",
|
|
|
+ "homepage": "https://thomaskerin.io"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "Ruben de Vries",
|
|
|
+ "email": "ruben@rubensayshi.com"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "description": "Toolbox for working with binary and hex data. Similar to NodeJS Buffer.",
|
|
|
+ "support": {
|
|
|
+ "issues": "https://github.com/Bit-Wasp/buffertools-php/issues",
|
|
|
+ "source": "https://github.com/Bit-Wasp/buffertools-php/tree/v0.5.7"
|
|
|
+ },
|
|
|
+ "time": "2020-01-17T21:31:49+00:00"
|
|
|
+ },
|
|
|
{
|
|
|
"name": "caouecs/laravel-lang",
|
|
|
"version": "3.0.62",
|
|
@@ -4138,6 +4296,57 @@
|
|
|
},
|
|
|
"time": "2019-08-07T15:10:45+00:00"
|
|
|
},
|
|
|
+ {
|
|
|
+ "name": "lastguest/murmurhash",
|
|
|
+ "version": "2.0.0",
|
|
|
+ "source": {
|
|
|
+ "type": "git",
|
|
|
+ "url": "https://github.com/lastguest/murmurhash-php.git",
|
|
|
+ "reference": "4fb7516f67e695e5d7fa129d1bbb925ec0ebe408"
|
|
|
+ },
|
|
|
+ "dist": {
|
|
|
+ "type": "zip",
|
|
|
+ "url": "https://api.github.com/repos/lastguest/murmurhash-php/zipball/4fb7516f67e695e5d7fa129d1bbb925ec0ebe408",
|
|
|
+ "reference": "4fb7516f67e695e5d7fa129d1bbb925ec0ebe408",
|
|
|
+ "shasum": ""
|
|
|
+ },
|
|
|
+ "require": {
|
|
|
+ "php": "^7"
|
|
|
+ },
|
|
|
+ "require-dev": {
|
|
|
+ "phpstan/phpstan": "^0.6.3",
|
|
|
+ "phpunit/phpunit": "^5"
|
|
|
+ },
|
|
|
+ "type": "library",
|
|
|
+ "autoload": {
|
|
|
+ "psr-4": {
|
|
|
+ "lastguest\\": "src/lastguest/"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "notification-url": "https://packagist.org/downloads/",
|
|
|
+ "license": [
|
|
|
+ "MIT"
|
|
|
+ ],
|
|
|
+ "authors": [
|
|
|
+ {
|
|
|
+ "name": "Stefano Azzolini",
|
|
|
+ "email": "lastguest@gmail.com",
|
|
|
+ "homepage": "https://github.com/lastguest/murmurhash-php"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "description": "MurmurHash3 Hash",
|
|
|
+ "homepage": "https://github.com/lastguest/murmurhash-php",
|
|
|
+ "keywords": [
|
|
|
+ "hash",
|
|
|
+ "hashing",
|
|
|
+ "murmur"
|
|
|
+ ],
|
|
|
+ "support": {
|
|
|
+ "issues": "https://github.com/lastguest/murmurhash-php/issues",
|
|
|
+ "source": "https://github.com/lastguest/murmurhash-php/tree/master"
|
|
|
+ },
|
|
|
+ "time": "2017-10-10T15:16:12+00:00"
|
|
|
+ },
|
|
|
{
|
|
|
"name": "lcobucci/jwt",
|
|
|
"version": "3.3.3",
|
|
@@ -6240,6 +6449,53 @@
|
|
|
],
|
|
|
"time": "2022-09-02T17:04:26+00:00"
|
|
|
},
|
|
|
+ {
|
|
|
+ "name": "pleonasm/merkle-tree",
|
|
|
+ "version": "1.0.0",
|
|
|
+ "source": {
|
|
|
+ "type": "git",
|
|
|
+ "url": "https://github.com/pleonasm/merkle-tree.git",
|
|
|
+ "reference": "9ddc9d0a0e396750fada378f3aa90f6c02dd56a1"
|
|
|
+ },
|
|
|
+ "dist": {
|
|
|
+ "type": "zip",
|
|
|
+ "url": "https://api.github.com/repos/pleonasm/merkle-tree/zipball/9ddc9d0a0e396750fada378f3aa90f6c02dd56a1",
|
|
|
+ "reference": "9ddc9d0a0e396750fada378f3aa90f6c02dd56a1",
|
|
|
+ "shasum": ""
|
|
|
+ },
|
|
|
+ "require": {
|
|
|
+ "php": ">=5.4.0"
|
|
|
+ },
|
|
|
+ "require-dev": {
|
|
|
+ "ext-xdebug": ">=2.2.0",
|
|
|
+ "phpunit/php-invoker": ">=1.0.0,<1.2.0",
|
|
|
+ "phpunit/phpunit": "3.7.19",
|
|
|
+ "satooshi/php-coveralls": "*@dev",
|
|
|
+ "squizlabs/php_codesniffer": "*"
|
|
|
+ },
|
|
|
+ "type": "library",
|
|
|
+ "autoload": {
|
|
|
+ "psr-0": {
|
|
|
+ "Pleo": "src/"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "notification-url": "https://packagist.org/downloads/",
|
|
|
+ "license": [
|
|
|
+ "BSD-2-Clause"
|
|
|
+ ],
|
|
|
+ "authors": [
|
|
|
+ {
|
|
|
+ "name": "Matthew Nagi",
|
|
|
+ "email": "matthew.nagi@base-2.net"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "description": "An implementation of a Merkle Tree in PHP",
|
|
|
+ "support": {
|
|
|
+ "issues": "https://github.com/pleonasm/merkle-tree/issues",
|
|
|
+ "source": "https://github.com/pleonasm/merkle-tree/tree/master"
|
|
|
+ },
|
|
|
+ "time": "2013-05-22T20:46:20+00:00"
|
|
|
+ },
|
|
|
{
|
|
|
"name": "predis/predis",
|
|
|
"version": "v1.1.10",
|
|
@@ -10202,27 +10458,22 @@
|
|
|
},
|
|
|
{
|
|
|
"name": "web3p/ethereum-util",
|
|
|
- "version": "0.1.3",
|
|
|
+ "version": "0.1.4",
|
|
|
"source": {
|
|
|
"type": "git",
|
|
|
"url": "https://github.com/web3p/ethereum-util.git",
|
|
|
- "reference": "77a860f35028eae57cd7e7a044ab6c11ffe1ad9e"
|
|
|
+ "reference": "9a01f5389835d4092d338bb7b7d119017052ca68"
|
|
|
},
|
|
|
"dist": {
|
|
|
"type": "zip",
|
|
|
- "url": "https://api.github.com/repos/web3p/ethereum-util/zipball/77a860f35028eae57cd7e7a044ab6c11ffe1ad9e",
|
|
|
- "reference": "77a860f35028eae57cd7e7a044ab6c11ffe1ad9e",
|
|
|
- "shasum": "",
|
|
|
- "mirrors": [
|
|
|
- {
|
|
|
- "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
|
|
|
- "preferred": true
|
|
|
- }
|
|
|
- ]
|
|
|
+ "url": "https://api.github.com/repos/web3p/ethereum-util/zipball/9a01f5389835d4092d338bb7b7d119017052ca68",
|
|
|
+ "reference": "9a01f5389835d4092d338bb7b7d119017052ca68",
|
|
|
+ "shasum": ""
|
|
|
},
|
|
|
"require": {
|
|
|
"kornrunner/keccak": "~1",
|
|
|
"php": "^7.1 | ^8.0",
|
|
|
+ "phpseclib/phpseclib": "~2.0",
|
|
|
"simplito/elliptic-php": "~1.0.6"
|
|
|
},
|
|
|
"require-dev": {
|
|
@@ -10247,9 +10498,9 @@
|
|
|
"description": "A collection of utility functions for Ethereum written in PHP.",
|
|
|
"support": {
|
|
|
"issues": "https://github.com/web3p/ethereum-util/issues",
|
|
|
- "source": "https://github.com/web3p/ethereum-util/tree/0.1.3"
|
|
|
+ "source": "https://github.com/web3p/ethereum-util/tree/0.1.4"
|
|
|
},
|
|
|
- "time": "2021-06-05T05:35:13+00:00"
|
|
|
+ "time": "2022-12-18T05:42:39+00:00"
|
|
|
},
|
|
|
{
|
|
|
"name": "web3p/rlp",
|
|
@@ -12461,12 +12712,15 @@
|
|
|
],
|
|
|
"aliases": [],
|
|
|
"minimum-stability": "dev",
|
|
|
- "stability-flags": [],
|
|
|
+ "stability-flags": {
|
|
|
+ "bitwasp/bitcoin": 20
|
|
|
+ },
|
|
|
"prefer-stable": true,
|
|
|
"prefer-lowest": false,
|
|
|
"platform": {
|
|
|
- "php": "^7.2"
|
|
|
+ "php": "^7.2",
|
|
|
+ "ext-json": "*"
|
|
|
},
|
|
|
"platform-dev": [],
|
|
|
- "plugin-api-version": "2.3.0"
|
|
|
+ "plugin-api-version": "2.6.0"
|
|
|
}
|