{ "_readme": [ "This file locks the dependencies of your project to a known state", "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], "content-hash": "7700002e9ed7116e263b2be3ea90e5f9", "packages": [ { "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/buffertools", "version": "0.5.x-dev", "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/0.5" }, "time": "2020-01-17T21:31:49+00:00" }, { "name": "composer/semver", "version": "dev-main", "source": { "type": "git", "url": "https://github.com/composer/semver.git", "reference": "3953f23262f2bff1919fc82183ad9acb13ff62c9" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/composer/semver/zipball/3953f23262f2bff1919fc82183ad9acb13ff62c9", "reference": "3953f23262f2bff1919fc82183ad9acb13ff62c9", "shasum": "" }, "require": { "php": "^5.3.2 || ^7.0 || ^8.0" }, "require-dev": { "phpstan/phpstan": "^1.4", "symfony/phpunit-bridge": "^4.2 || ^5" }, "default-branch": true, "type": "library", "extra": { "branch-alias": { "dev-main": "3.x-dev" } }, "autoload": { "psr-4": { "Composer\\Semver\\": "src" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Nils Adermann", "email": "naderman@naderman.de", "homepage": "http://www.naderman.de" }, { "name": "Jordi Boggiano", "email": "j.boggiano@seld.be", "homepage": "http://seld.be" }, { "name": "Rob Bast", "email": "rob.bast@gmail.com", "homepage": "http://robbast.nl" } ], "description": "Semver library that offers utilities, version constraint parsing and validation.", "keywords": [ "semantic", "semver", "validation", "versioning" ], "support": { "irc": "irc://irc.freenode.org/composer", "issues": "https://github.com/composer/semver/issues", "source": "https://github.com/composer/semver/tree/3.3.2" }, "funding": [ { "url": "https://packagist.com", "type": "custom" }, { "url": "https://github.com/composer", "type": "github" }, { "url": "https://tidelift.com/funding/github/packagist/composer/composer", "type": "tidelift" } ], "time": "2022-04-01T19:23:25+00:00" }, { "name": "fgrosse/phpasn1", "version": "v2.4.0", "source": { "type": "git", "url": "https://github.com/fgrosse/PHPASN1.git", "reference": "eef488991d53e58e60c9554b09b1201ca5ba9296" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/fgrosse/PHPASN1/zipball/eef488991d53e58e60c9554b09b1201ca5ba9296", "reference": "eef488991d53e58e60c9554b09b1201ca5ba9296", "shasum": "" }, "require": { "php": "~7.1.0 || ~7.2.0 || ~7.3.0 || ~7.4.0 || ~8.0.0 || ~8.1.0" }, "require-dev": { "php-coveralls/php-coveralls": "~2.0", "phpunit/phpunit": "^6.3 || ^7.0 || ^8.0" }, "suggest": { "ext-bcmath": "BCmath is the fallback extension for big integer calculations", "ext-curl": "For loading OID information from the web if they have not bee defined statically", "ext-gmp": "GMP is the preferred extension for big integer calculations", "phpseclib/bcmath_compat": "BCmath polyfill for servers where neither GMP nor BCmath is available" }, "type": "library", "extra": { "branch-alias": { "dev-master": "2.0.x-dev" } }, "autoload": { "psr-4": { "FG\\": "lib/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Friedrich Große", "email": "friedrich.grosse@gmail.com", "homepage": "https://github.com/FGrosse", "role": "Author" }, { "name": "All contributors", "homepage": "https://github.com/FGrosse/PHPASN1/contributors" } ], "description": "A PHP Framework that allows you to encode and decode arbitrary ASN.1 structures using the ITU-T X.690 Encoding Rules.", "homepage": "https://github.com/FGrosse/PHPASN1", "keywords": [ "DER", "asn.1", "asn1", "ber", "binary", "decoding", "encoding", "x.509", "x.690", "x509", "x690" ], "support": { "issues": "https://github.com/fgrosse/PHPASN1/issues", "source": "https://github.com/fgrosse/PHPASN1/tree/v2.4.0" }, "time": "2021-12-11T12:41:06+00:00" }, { "name": "firebase/php-jwt", "version": "dev-main", "source": { "type": "git", "url": "https://github.com/firebase/php-jwt.git", "reference": "f7886d510050fda6d976afe3aba77e8d082f42d0" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/firebase/php-jwt/zipball/f7886d510050fda6d976afe3aba77e8d082f42d0", "reference": "f7886d510050fda6d976afe3aba77e8d082f42d0", "shasum": "" }, "require": { "php": "^7.1||^8.0" }, "require-dev": { "guzzlehttp/guzzle": "^6.5||^7.4", "phpspec/prophecy-phpunit": "^1.1", "phpunit/phpunit": "^7.5||^9.5", "psr/cache": "^1.0||^2.0", "psr/http-client": "^1.0", "psr/http-factory": "^1.0" }, "suggest": { "paragonie/sodium_compat": "Support EdDSA (Ed25519) signatures when libsodium is not present" }, "default-branch": true, "type": "library", "autoload": { "psr-4": { "Firebase\\JWT\\": "src" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "BSD-3-Clause" ], "authors": [ { "name": "Neuman Vong", "email": "neuman+pear@twilio.com", "role": "Developer" }, { "name": "Anant Narayanan", "email": "anant@php.net", "role": "Developer" } ], "description": "A simple library to encode and decode JSON Web Tokens (JWT) in PHP. Should conform to the current spec.", "homepage": "https://github.com/firebase/php-jwt", "keywords": [ "jwt", "php" ], "support": { "issues": "https://github.com/firebase/php-jwt/issues", "source": "https://github.com/firebase/php-jwt/tree/main" }, "time": "2022-10-05T19:51:08+00:00" }, { "name": "guzzlehttp/guzzle", "version": "dev-master", "source": { "type": "git", "url": "https://github.com/guzzle/guzzle.git", "reference": "8459341c16f96b9610dcdfe22bd3060d60c0da04" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/guzzle/guzzle/zipball/8459341c16f96b9610dcdfe22bd3060d60c0da04", "reference": "8459341c16f96b9610dcdfe22bd3060d60c0da04", "shasum": "" }, "require": { "ext-json": "*", "guzzlehttp/promises": "^1.5", "guzzlehttp/psr7": "^1.9 || ^2.4", "php": "^7.2.5 || ^8.0", "psr/http-client": "^1.0", "symfony/deprecation-contracts": "^2.2 || ^3.0" }, "provide": { "psr/http-client-implementation": "1.0" }, "require-dev": { "bamarni/composer-bin-plugin": "^1.8.1", "ext-curl": "*", "php-http/client-integration-tests": "^3.0", "phpunit/phpunit": "^8.5.29 || ^9.5.23", "psr/log": "^1.1 || ^2.0 || ^3.0" }, "suggest": { "ext-curl": "Required for CURL handler support", "ext-intl": "Required for Internationalized Domain Name (IDN) support", "psr/log": "Required for using the Log middleware" }, "default-branch": true, "type": "library", "extra": { "bamarni-bin": { "bin-links": true, "forward-command": false }, "branch-alias": { "dev-master": "7.5-dev" } }, "autoload": { "files": [ "src/functions_include.php" ], "psr-4": { "GuzzleHttp\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Graham Campbell", "email": "hello@gjcampbell.co.uk", "homepage": "https://github.com/GrahamCampbell" }, { "name": "Michael Dowling", "email": "mtdowling@gmail.com", "homepage": "https://github.com/mtdowling" }, { "name": "Jeremy Lindblom", "email": "jeremeamia@gmail.com", "homepage": "https://github.com/jeremeamia" }, { "name": "George Mponos", "email": "gmponos@gmail.com", "homepage": "https://github.com/gmponos" }, { "name": "Tobias Nyholm", "email": "tobias.nyholm@gmail.com", "homepage": "https://github.com/Nyholm" }, { "name": "Márk Sági-Kazár", "email": "mark.sagikazar@gmail.com", "homepage": "https://github.com/sagikazarmark" }, { "name": "Tobias Schultze", "email": "webmaster@tubo-world.de", "homepage": "https://github.com/Tobion" } ], "description": "Guzzle is a PHP HTTP client library", "keywords": [ "client", "curl", "framework", "http", "http client", "psr-18", "psr-7", "rest", "web service" ], "support": { "issues": "https://github.com/guzzle/guzzle/issues", "source": "https://github.com/guzzle/guzzle/tree/master" }, "funding": [ { "url": "https://github.com/GrahamCampbell", "type": "github" }, { "url": "https://github.com/Nyholm", "type": "github" }, { "url": "https://tidelift.com/funding/github/packagist/guzzlehttp/guzzle", "type": "tidelift" } ], "time": "2022-08-29T11:03:19+00:00" }, { "name": "guzzlehttp/promises", "version": "dev-master", "source": { "type": "git", "url": "https://github.com/guzzle/promises.git", "reference": "b94b2807d85443f9719887892882d0329d1e2598" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/guzzle/promises/zipball/b94b2807d85443f9719887892882d0329d1e2598", "reference": "b94b2807d85443f9719887892882d0329d1e2598", "shasum": "" }, "require": { "php": ">=5.5" }, "require-dev": { "symfony/phpunit-bridge": "^4.4 || ^5.1" }, "default-branch": true, "type": "library", "extra": { "branch-alias": { "dev-master": "1.5-dev" } }, "autoload": { "files": [ "src/functions_include.php" ], "psr-4": { "GuzzleHttp\\Promise\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Graham Campbell", "email": "hello@gjcampbell.co.uk", "homepage": "https://github.com/GrahamCampbell" }, { "name": "Michael Dowling", "email": "mtdowling@gmail.com", "homepage": "https://github.com/mtdowling" }, { "name": "Tobias Nyholm", "email": "tobias.nyholm@gmail.com", "homepage": "https://github.com/Nyholm" }, { "name": "Tobias Schultze", "email": "webmaster@tubo-world.de", "homepage": "https://github.com/Tobion" } ], "description": "Guzzle promises library", "keywords": [ "promise" ], "support": { "issues": "https://github.com/guzzle/promises/issues", "source": "https://github.com/guzzle/promises/tree/1.5.2" }, "funding": [ { "url": "https://github.com/GrahamCampbell", "type": "github" }, { "url": "https://github.com/Nyholm", "type": "github" }, { "url": "https://tidelift.com/funding/github/packagist/guzzlehttp/promises", "type": "tidelift" } ], "time": "2022-08-28T14:55:35+00:00" }, { "name": "guzzlehttp/psr7", "version": "dev-master", "source": { "type": "git", "url": "https://github.com/guzzle/psr7.git", "reference": "69568e4293f4fa993f3b0e51c9723e1e17c41379" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/guzzle/psr7/zipball/69568e4293f4fa993f3b0e51c9723e1e17c41379", "reference": "69568e4293f4fa993f3b0e51c9723e1e17c41379", "shasum": "" }, "require": { "php": "^7.2.5 || ^8.0", "psr/http-factory": "^1.0", "psr/http-message": "^1.0", "ralouphie/getallheaders": "^3.0" }, "provide": { "psr/http-factory-implementation": "1.0", "psr/http-message-implementation": "1.0" }, "require-dev": { "bamarni/composer-bin-plugin": "^1.8.1", "http-interop/http-factory-tests": "^0.9", "phpunit/phpunit": "^8.5.29 || ^9.5.23" }, "suggest": { "laminas/laminas-httphandlerrunner": "Emit PSR-7 responses" }, "default-branch": true, "type": "library", "extra": { "bamarni-bin": { "bin-links": true, "forward-command": false }, "branch-alias": { "dev-master": "2.4-dev" } }, "autoload": { "psr-4": { "GuzzleHttp\\Psr7\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Graham Campbell", "email": "hello@gjcampbell.co.uk", "homepage": "https://github.com/GrahamCampbell" }, { "name": "Michael Dowling", "email": "mtdowling@gmail.com", "homepage": "https://github.com/mtdowling" }, { "name": "George Mponos", "email": "gmponos@gmail.com", "homepage": "https://github.com/gmponos" }, { "name": "Tobias Nyholm", "email": "tobias.nyholm@gmail.com", "homepage": "https://github.com/Nyholm" }, { "name": "Márk Sági-Kazár", "email": "mark.sagikazar@gmail.com", "homepage": "https://github.com/sagikazarmark" }, { "name": "Tobias Schultze", "email": "webmaster@tubo-world.de", "homepage": "https://github.com/Tobion" }, { "name": "Márk Sági-Kazár", "email": "mark.sagikazar@gmail.com", "homepage": "https://sagikazarmark.hu" } ], "description": "PSR-7 message implementation that also provides common utility methods", "keywords": [ "http", "message", "psr-7", "request", "response", "stream", "uri", "url" ], "support": { "issues": "https://github.com/guzzle/psr7/issues", "source": "https://github.com/guzzle/psr7/tree/2.4.1" }, "funding": [ { "url": "https://github.com/GrahamCampbell", "type": "github" }, { "url": "https://github.com/Nyholm", "type": "github" }, { "url": "https://tidelift.com/funding/github/packagist/guzzlehttp/psr7", "type": "tidelift" } ], "time": "2022-08-28T14:45:39+00:00" }, { "name": "jorijn/bitcoin-bolt11", "version": "dev-master", "source": { "type": "git", "url": "https://github.com/Jorijn/bitcoin-bolt11.git", "reference": "f339bfb531159583ea966f924c97de2f85402002" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/Jorijn/bitcoin-bolt11/zipball/f339bfb531159583ea966f924c97de2f85402002", "reference": "f339bfb531159583ea966f924c97de2f85402002", "shasum": "" }, "require": { "bitwasp/bech32": "^0.0.1", "ext-bcmath": "*", "ext-gmp": "*", "php": "^7.4|^8.0", "protonlabs/bitcoin": "1.0.x-dev" }, "require-dev": { "friendsofphp/php-cs-fixer": "^3.10", "phpunit/phpunit": "^9" }, "default-branch": true, "type": "library", "autoload": { "psr-4": { "Jorijn\\Bitcoin\\Bolt11\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Jorijn Schrijvershof", "email": "jorijn@jorijn.com", "homepage": "https://jorijn.com" } ], "description": "A library for decoding lightning network payment requests as defined in BOLT #11", "homepage": "https://github.com/Jorijn/bitcoin-bolt11/", "keywords": [ "bitcoin", "bolt11", "lightning-network" ], "support": { "issues": "https://github.com/Jorijn/bitcoin-bolt11/issues", "source": "https://github.com/Jorijn/bitcoin-bolt11/tree/v1.0.0" }, "time": "2022-08-20T05:50:00+00:00" }, { "name": "lastguest/murmurhash", "version": "2.1.1", "source": { "type": "git", "url": "https://github.com/lastguest/murmurhash-php.git", "reference": "0150ba26fb7025d1f936983a167cdc74149f87c8" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/lastguest/murmurhash-php/zipball/0150ba26fb7025d1f936983a167cdc74149f87c8", "reference": "0150ba26fb7025d1f936983a167cdc74149f87c8", "shasum": "" }, "require": { "php": "^7||^8.0" }, "require-dev": { "phpstan/phpstan": "^0.12", "phpunit/phpunit": "^7||^9" }, "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/2.1.1" }, "time": "2021-04-13T16:23:45+00:00" }, { "name": "mdanter/ecc", "version": "v1.0.0", "source": { "type": "git", "url": "https://github.com/phpecc/phpecc.git", "reference": "34e2eec096bf3dcda814e8f66dd91ae87a2db7cd" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/phpecc/phpecc/zipball/34e2eec096bf3dcda814e8f66dd91ae87a2db7cd", "reference": "34e2eec096bf3dcda814e8f66dd91ae87a2db7cd", "shasum": "" }, "require": { "ext-gmp": "*", "fgrosse/phpasn1": "^2.0", "php": "^7.0||^8.0" }, "require-dev": { "phpunit/phpunit": "^6.0||^8.0||^9.0", "squizlabs/php_codesniffer": "^2.0", "symfony/yaml": "^2.6|^3.0" }, "type": "library", "autoload": { "psr-4": { "Mdanter\\Ecc\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Matyas Danter", "homepage": "http://matejdanter.com/", "role": "Author" }, { "name": "Thibaud Fabre", "email": "thibaud@aztech.io", "homepage": "http://aztech.io", "role": "Maintainer" }, { "name": "Thomas Kerin", "email": "afk11@users.noreply.github.com", "role": "Maintainer" } ], "description": "PHP Elliptic Curve Cryptography library", "homepage": "https://github.com/phpecc/phpecc", "keywords": [ "Diffie", "ECDSA", "Hellman", "curve", "ecdh", "elliptic", "nistp192", "nistp224", "nistp256", "nistp384", "nistp521", "phpecc", "secp256k1", "secp256r1" ], "support": { "issues": "https://github.com/phpecc/phpecc/issues", "source": "https://github.com/phpecc/phpecc/tree/v1.0.0" }, "time": "2021-01-16T19:42:14+00:00" }, { "name": "octan/btcpay", "version": "dev-main", "source": { "type": "git", "url": "https://github.com/bumi/btcpay-php.git", "reference": "d0f3dc9db42dffbfe63f91727ccf7b5a4d94b9b3" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/bumi/btcpay-php/zipball/d0f3dc9db42dffbfe63f91727ccf7b5a4d94b9b3", "reference": "d0f3dc9db42dffbfe63f91727ccf7b5a4d94b9b3", "shasum": "" }, "require": { "guzzlehttp/guzzle": "^7.0", "php": ">=7.0" }, "require-dev": { "phpunit/phpunit": "^7" }, "default-branch": true, "type": "library", "autoload": { "psr-4": { "BTCPay\\": "src/" } }, "license": [ "MIT" ], "authors": [ { "name": "Bumi", "email": "hello@michaelbumann.com" }, { "name": "Musayann", "email": "yannick@octan.group" } ], "description": "A client for the BTCPay API", "support": { "source": "https://github.com/bumi/btcpay-php/tree/main" }, "time": "2022-08-17T01:18:05+00:00" }, { "name": "octan/lnbits", "version": "dev-master", "source": { "type": "git", "url": "https://github.com/bumi/lnbits-php.git", "reference": "05194869ccdb239e8b98262cb9daa8978de1c3ac" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/bumi/lnbits-php/zipball/05194869ccdb239e8b98262cb9daa8978de1c3ac", "reference": "05194869ccdb239e8b98262cb9daa8978de1c3ac", "shasum": "" }, "require": { "guzzlehttp/guzzle": "^7.0", "php": ">=7.0" }, "default-branch": true, "type": "library", "autoload": { "psr-4": { "LNbits\\": "src/" } }, "license": [ "MIT" ], "authors": [ { "name": "Bumi", "email": "hello@michaelbumann.com" }, { "name": "Promesse", "email": "promesse@octan.group" } ], "description": "A client for the LNbits API", "support": { "source": "https://github.com/bumi/lnbits-php/tree/master", "issues": "https://github.com/bumi/lnbits-php/issues" }, "time": "2022-08-16T22:38:09+00:00" }, { "name": "octan/lnd-rest", "version": "dev-master", "source": { "type": "git", "url": "https://github.com/bumi/lnd-php-rest.git", "reference": "dfffc734e3b926bea05f8026d9baf74e99d3f1fa" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/bumi/lnd-php-rest/zipball/dfffc734e3b926bea05f8026d9baf74e99d3f1fa", "reference": "dfffc734e3b926bea05f8026d9baf74e99d3f1fa", "shasum": "" }, "require": { "guzzlehttp/guzzle": "^7.0", "php": ">=7.0" }, "default-branch": true, "type": "library", "autoload": { "psr-4": { "LND\\": "src/" } }, "license": [ "MIT" ], "authors": [ { "name": "Bumi", "email": "hello@michaelbumann.com" }, { "name": "Promesse", "email": "promesse@octan.group" } ], "description": "A client for the lnd REST API", "support": { "source": "https://github.com/bumi/lnd-php-rest/tree/master", "issues": "https://github.com/bumi/lnd-php-rest/issues" }, "time": "2022-06-22T18:08:46+00:00" }, { "name": "octan/lndhub", "version": "dev-main", "source": { "type": "git", "url": "https://github.com/bumi/lndhub-php.git", "reference": "ef763abd58218ce4199ecbf86c6a31c8aa0d2630" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/bumi/lndhub-php/zipball/ef763abd58218ce4199ecbf86c6a31c8aa0d2630", "reference": "ef763abd58218ce4199ecbf86c6a31c8aa0d2630", "shasum": "" }, "require": { "guzzlehttp/guzzle": "^7.0", "php": ">=7.0" }, "require-dev": { "phpunit/phpunit": "^7" }, "default-branch": true, "type": "library", "autoload": { "psr-4": { "LNDHub\\": "src/" } }, "license": [ "MIT" ], "authors": [ { "name": "Bumi", "email": "hello@michaelbumann.com" }, { "name": "Musayann", "email": "yannick@octan.group" } ], "description": "A client for the LNDHub API", "support": { "source": "https://github.com/bumi/lndhub-php/tree/main", "issues": "https://github.com/bumi/lndhub-php/issues" }, "time": "2022-10-13T10:27:50+00:00" }, { "name": "pleonasm/merkle-tree", "version": "1.0.1", "source": { "type": "git", "url": "https://github.com/pleonasm/merkle-tree.git", "reference": "6abdf5aacd79b6d502f944c96edd1a896ef6039b" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/pleonasm/merkle-tree/zipball/6abdf5aacd79b6d502f944c96edd1a896ef6039b", "reference": "6abdf5aacd79b6d502f944c96edd1a896ef6039b", "shasum": "" }, "require": { "php": ">=5.6.0" }, "require-dev": { "phpunit/php-invoker": "*", "phpunit/phpunit": "^5.7", "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": "Matt 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": "2017-02-10T15:26:01+00:00" }, { "name": "protonlabs/bitcoin", "version": "1.0.x-dev", "source": { "type": "git", "url": "https://github.com/ProtonMail/bitcoin-php.git", "reference": "9768f4f1ecb37b54218224691ab0e8bdf8214b14" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/ProtonMail/bitcoin-php/zipball/9768f4f1ecb37b54218224691ab0e8bdf8214b14", "reference": "9768f4f1ecb37b54218224691ab0e8bdf8214b14", "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|^1.0.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": "^6.0.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": { "source": "https://github.com/ProtonMail/bitcoin-php/tree/v1.0.6" }, "time": "2022-10-12T13:36:43+00:00" }, { "name": "psr/http-client", "version": "dev-master", "source": { "type": "git", "url": "https://github.com/php-fig/http-client.git", "reference": "22b2ef5687f43679481615605d7a15c557ce85b1" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/php-fig/http-client/zipball/22b2ef5687f43679481615605d7a15c557ce85b1", "reference": "22b2ef5687f43679481615605d7a15c557ce85b1", "shasum": "" }, "require": { "php": "^7.0 || ^8.0", "psr/http-message": "^1.0" }, "default-branch": true, "type": "library", "extra": { "branch-alias": { "dev-master": "1.0.x-dev" } }, "autoload": { "psr-4": { "Psr\\Http\\Client\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "PHP-FIG", "homepage": "https://www.php-fig.org/" } ], "description": "Common interface for HTTP clients", "homepage": "https://github.com/php-fig/http-client", "keywords": [ "http", "http-client", "psr", "psr-18" ], "support": { "source": "https://github.com/php-fig/http-client/tree/master" }, "time": "2020-09-19T09:12:31+00:00" }, { "name": "psr/http-factory", "version": "dev-master", "source": { "type": "git", "url": "https://github.com/php-fig/http-factory.git", "reference": "5a4f141ac2e5bc35e615134f127e1833158d2944" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/php-fig/http-factory/zipball/5a4f141ac2e5bc35e615134f127e1833158d2944", "reference": "5a4f141ac2e5bc35e615134f127e1833158d2944", "shasum": "" }, "require": { "php": ">=7.0.0", "psr/http-message": "^1.0" }, "default-branch": true, "type": "library", "extra": { "branch-alias": { "dev-master": "1.0.x-dev" } }, "autoload": { "psr-4": { "Psr\\Http\\Message\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "PHP-FIG", "homepage": "https://www.php-fig.org/" } ], "description": "Common interfaces for PSR-7 HTTP message factories", "keywords": [ "factory", "http", "message", "psr", "psr-17", "psr-7", "request", "response" ], "support": { "source": "https://github.com/php-fig/http-factory/tree/master" }, "time": "2022-07-14T07:21:53+00:00" }, { "name": "psr/http-message", "version": "dev-master", "source": { "type": "git", "url": "https://github.com/php-fig/http-message.git", "reference": "efd67d1dc14a7ef4fc4e518e7dee91c271d524e4" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/php-fig/http-message/zipball/efd67d1dc14a7ef4fc4e518e7dee91c271d524e4", "reference": "efd67d1dc14a7ef4fc4e518e7dee91c271d524e4", "shasum": "" }, "require": { "php": ">=5.3.0" }, "default-branch": true, "type": "library", "extra": { "branch-alias": { "dev-master": "1.0.x-dev" } }, "autoload": { "psr-4": { "Psr\\Http\\Message\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "PHP-FIG", "homepage": "http://www.php-fig.org/" } ], "description": "Common interface for HTTP messages", "homepage": "https://github.com/php-fig/http-message", "keywords": [ "http", "http-message", "psr", "psr-7", "request", "response" ], "support": { "source": "https://github.com/php-fig/http-message/tree/master" }, "time": "2019-08-29T13:16:46+00:00" }, { "name": "ralouphie/getallheaders", "version": "3.0.3", "source": { "type": "git", "url": "https://github.com/ralouphie/getallheaders.git", "reference": "120b605dfeb996808c31b6477290a714d356e822" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/ralouphie/getallheaders/zipball/120b605dfeb996808c31b6477290a714d356e822", "reference": "120b605dfeb996808c31b6477290a714d356e822", "shasum": "" }, "require": { "php": ">=5.6" }, "require-dev": { "php-coveralls/php-coveralls": "^2.1", "phpunit/phpunit": "^5 || ^6.5" }, "type": "library", "autoload": { "files": [ "src/getallheaders.php" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Ralph Khattar", "email": "ralph.khattar@gmail.com" } ], "description": "A polyfill for getallheaders.", "support": { "issues": "https://github.com/ralouphie/getallheaders/issues", "source": "https://github.com/ralouphie/getallheaders/tree/develop" }, "time": "2019-03-08T08:55:37+00:00" }, { "name": "symfony/deprecation-contracts", "version": "dev-main", "source": { "type": "git", "url": "https://github.com/symfony/deprecation-contracts.git", "reference": "4912000e79dc2d6df029d35d8755be1ed79b6691" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/symfony/deprecation-contracts/zipball/4912000e79dc2d6df029d35d8755be1ed79b6691", "reference": "4912000e79dc2d6df029d35d8755be1ed79b6691", "shasum": "" }, "require": { "php": ">=8.1" }, "default-branch": true, "type": "library", "extra": { "branch-alias": { "dev-main": "3.2-dev" }, "thanks": { "name": "symfony/contracts", "url": "https://github.com/symfony/contracts" } }, "autoload": { "files": [ "function.php" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Nicolas Grekas", "email": "p@tchwork.com" }, { "name": "Symfony Community", "homepage": "https://symfony.com/contributors" } ], "description": "A generic function and convention to trigger deprecation notices", "homepage": "https://symfony.com", "support": { "source": "https://github.com/symfony/deprecation-contracts/tree/main" }, "funding": [ { "url": "https://symfony.com/sponsor", "type": "custom" }, { "url": "https://github.com/fabpot", "type": "github" }, { "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", "type": "tidelift" } ], "time": "2022-05-20T13:56:22+00:00" }, { "name": "tkijewski/php-lnurl", "version": "dev-master", "source": { "type": "git", "url": "https://github.com/tkijewski/php-lnurl.git", "reference": "c5b34d45235f1d244a0d48d071975390f7cf2244" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/tkijewski/php-lnurl/zipball/c5b34d45235f1d244a0d48d071975390f7cf2244", "reference": "c5b34d45235f1d244a0d48d071975390f7cf2244", "shasum": "" }, "require": { "bitwasp/bech32": "*" }, "require-dev": { "phpunit/phpunit": "^5.4.0", "squizlabs/php_codesniffer": "^2.0.0" }, "default-branch": true, "type": "library", "autoload": { "psr-4": { "tkijewski\\lnurl\\": "src/" }, "files": [ "src/lnurl.php" ] }, "autoload-dev": { "psr-4": { "tkijewski\\test\\lnurl\\": "test/" } }, "license": [ "Unlicense" ], "authors": [ { "name": "Tim Kijewski", "role": "Author" } ], "description": "PHP implementation of lnurl Spec", "homepage": "https://github.com/tkijewski/php-lnurl", "support": { "source": "https://github.com/tkijewski/php-lnurl/tree/master", "issues": "https://github.com/tkijewski/php-lnurl/issues" }, "time": "2022-08-05T00:02:39+00:00" } ], "packages-dev": [], "aliases": [], "minimum-stability": "dev", "stability-flags": { "octan/lnd-rest": 20, "octan/lnbits": 20, "octan/lndhub": 20, "octan/btcpay": 20, "firebase/php-jwt": 20, "jorijn/bitcoin-bolt11": 20, "tkijewski/php-lnurl": 20 }, "prefer-stable": false, "prefer-lowest": false, "platform": [], "platform-dev": [], "plugin-api-version": "2.1.0" }