From e27fa5c71f2cc67c372bdf741d417418b5caddc9 Mon Sep 17 00:00:00 2001 From: im-adithya Date: Tue, 14 Nov 2023 14:25:20 +0530 Subject: [PATCH 1/2] chore: update bolt 11 package --- composer.json | 2 +- composer.lock | 361 ++++++++++++++++++++++++++++---------------------- 2 files changed, 204 insertions(+), 159 deletions(-) diff --git a/composer.json b/composer.json index 8c39bcc..a3b68e5 100755 --- a/composer.json +++ b/composer.json @@ -11,7 +11,7 @@ "octan/lndhub": "dev-main", "octan/btcpay": "dev-main", "firebase/php-jwt": "dev-main", - "jorijn/bitcoin-bolt11": "dev-master", + "jorijn/bitcoin-bolt11": "^0.1.0", "tkijewski/php-lnurl": "dev-master" }, "repositories": [ diff --git a/composer.lock b/composer.lock index 43a9fb9..68e8dcb 100644 --- a/composer.lock +++ b/composer.lock @@ -4,8 +4,52 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "content-hash": "7700002e9ed7116e263b2be3ea90e5f9", + "content-hash": "7e22e4575d4b29957c491a33794cff4a", "packages": [ + { + "name": "alby/php", + "version": "dev-main", + "source": { + "type": "git", + "url": "https://github.com/getAlby/alby-php.git", + "reference": "e0f50042d1f761a755a68ecddbf29579f138f1ab" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/getAlby/alby-php/zipball/e0f50042d1f761a755a68ecddbf29579f138f1ab", + "reference": "e0f50042d1f761a755a68ecddbf29579f138f1ab", + "shasum": "" + }, + "require": { + "guzzlehttp/guzzle": "^7.0", + "php": ">=7.0" + }, + "require-dev": { + "phpunit/phpunit": "^9" + }, + "default-branch": true, + "type": "library", + "autoload": { + "psr-4": { + "Alby\\": "src/" + } + }, + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Alby Contributors", + "email": "hello@getalby.com" + } + ], + "description": "A client for the Alby API", + "support": { + "source": "https://github.com/getAlby/alby-php/tree/main", + "issues": "https://github.com/getAlby/alby-php/issues" + }, + "time": "2023-11-14T08:14:43+00:00" + }, { "name": "bitwasp/bech32", "version": "v0.0.1", @@ -52,6 +96,70 @@ }, "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": "0.5.x-dev", @@ -106,12 +214,12 @@ "source": { "type": "git", "url": "https://github.com/composer/semver.git", - "reference": "fa1ec24f0ab1efe642671ec15c51a3ab879f59bf" + "reference": "1d09200268e7d1052ded8e5da9c73c96a63d18f5" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/composer/semver/zipball/fa1ec24f0ab1efe642671ec15c51a3ab879f59bf", - "reference": "fa1ec24f0ab1efe642671ec15c51a3ab879f59bf", + "url": "https://api.github.com/repos/composer/semver/zipball/1d09200268e7d1052ded8e5da9c73c96a63d18f5", + "reference": "1d09200268e7d1052ded8e5da9c73c96a63d18f5", "shasum": "" }, "require": { @@ -180,7 +288,7 @@ "type": "tidelift" } ], - "time": "2023-01-13T15:47:53+00:00" + "time": "2023-08-31T12:20:31+00:00" }, { "name": "fgrosse/phpasn1", @@ -264,12 +372,12 @@ "source": { "type": "git", "url": "https://github.com/firebase/php-jwt.git", - "reference": "3b454f90f147db65a615041dec6661f427d6cb00" + "reference": "f03270e63eaccf3019ef0f32849c497385774e11" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/firebase/php-jwt/zipball/3b454f90f147db65a615041dec6661f427d6cb00", - "reference": "3b454f90f147db65a615041dec6661f427d6cb00", + "url": "https://api.github.com/repos/firebase/php-jwt/zipball/f03270e63eaccf3019ef0f32849c497385774e11", + "reference": "f03270e63eaccf3019ef0f32849c497385774e11", "shasum": "" }, "require": { @@ -318,28 +426,28 @@ ], "support": { "issues": "https://github.com/firebase/php-jwt/issues", - "source": "https://github.com/firebase/php-jwt/tree/main" + "source": "https://github.com/firebase/php-jwt/tree/v6.9.0" }, - "time": "2023-02-13T12:51:14+00:00" + "time": "2023-10-05T00:24:42+00:00" }, { "name": "guzzlehttp/guzzle", - "version": "7.5.x-dev", + "version": "7.9.x-dev", "source": { "type": "git", "url": "https://github.com/guzzle/guzzle.git", - "reference": "255d7157b463ee2d9b3cbf891eda2691baa43076" + "reference": "d95d9ab74822c2ca06b31477cd6775a4a299b8e8" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/guzzle/guzzle/zipball/255d7157b463ee2d9b3cbf891eda2691baa43076", - "reference": "255d7157b463ee2d9b3cbf891eda2691baa43076", + "url": "https://api.github.com/repos/guzzle/guzzle/zipball/d95d9ab74822c2ca06b31477cd6775a4a299b8e8", + "reference": "d95d9ab74822c2ca06b31477cd6775a4a299b8e8", "shasum": "" }, "require": { "ext-json": "*", - "guzzlehttp/promises": "^1.5", - "guzzlehttp/psr7": "^1.9.1 || ^2.4.5", + "guzzlehttp/promises": "^1.5.3 || ^2.0.1", + "guzzlehttp/psr7": "^1.9.1 || ^2.5.1", "php": "^7.2.5 || ^8.0", "psr/http-client": "^1.0", "symfony/deprecation-contracts": "^2.2 || ^3.0" @@ -350,7 +458,8 @@ "require-dev": { "bamarni/composer-bin-plugin": "^1.8.1", "ext-curl": "*", - "php-http/client-integration-tests": "^3.0", + "php-http/client-integration-tests": "dev-master#2c025848417c1135031fdf9c728ee53d0a7ceaee as 3.0.999", + "php-http/message-factory": "^1.1", "phpunit/phpunit": "^8.5.29 || ^9.5.23", "psr/log": "^1.1 || ^2.0 || ^3.0" }, @@ -359,7 +468,6 @@ "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": { @@ -430,7 +538,7 @@ ], "support": { "issues": "https://github.com/guzzle/guzzle/issues", - "source": "https://github.com/guzzle/guzzle/tree/7.5" + "source": "https://github.com/guzzle/guzzle/tree/7.8" }, "funding": [ { @@ -446,39 +554,38 @@ "type": "tidelift" } ], - "time": "2023-04-18T08:37:42+00:00" + "time": "2023-09-11T09:12:01+00:00" }, { "name": "guzzlehttp/promises", - "version": "dev-master", + "version": "2.0.x-dev", "source": { "type": "git", "url": "https://github.com/guzzle/promises.git", - "reference": "b94b2807d85443f9719887892882d0329d1e2598" + "reference": "71b12f952d8be69a239989db2fe08314a5189e3b" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/guzzle/promises/zipball/b94b2807d85443f9719887892882d0329d1e2598", - "reference": "b94b2807d85443f9719887892882d0329d1e2598", + "url": "https://api.github.com/repos/guzzle/promises/zipball/71b12f952d8be69a239989db2fe08314a5189e3b", + "reference": "71b12f952d8be69a239989db2fe08314a5189e3b", "shasum": "" }, "require": { - "php": ">=5.5" + "php": "^7.2.5 || ^8.0" }, "require-dev": { - "symfony/phpunit-bridge": "^4.4 || ^5.1" + "bamarni/composer-bin-plugin": "^1.8.1", + "phpunit/phpunit": "^8.5.29 || ^9.5.23" }, "default-branch": true, "type": "library", "extra": { - "branch-alias": { - "dev-master": "1.5-dev" + "bamarni-bin": { + "bin-links": true, + "forward-command": false } }, "autoload": { - "files": [ - "src/functions_include.php" - ], "psr-4": { "GuzzleHttp\\Promise\\": "src/" } @@ -515,7 +622,7 @@ ], "support": { "issues": "https://github.com/guzzle/promises/issues", - "source": "https://github.com/guzzle/promises/tree/1.5.2" + "source": "https://github.com/guzzle/promises/tree/2.0" }, "funding": [ { @@ -531,7 +638,7 @@ "type": "tidelift" } ], - "time": "2022-08-28T14:55:35+00:00" + "time": "2023-08-27T10:15:36+00:00" }, { "name": "guzzlehttp/psr7", @@ -539,12 +646,12 @@ "source": { "type": "git", "url": "https://github.com/guzzle/psr7.git", - "reference": "3cf1b6d4f0c820a2cf8bcaec39fc698f3443b5cf" + "reference": "38ef514a6c21335f29d9be64b097d2582ecbf8e4" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/guzzle/psr7/zipball/3cf1b6d4f0c820a2cf8bcaec39fc698f3443b5cf", - "reference": "3cf1b6d4f0c820a2cf8bcaec39fc698f3443b5cf", + "url": "https://api.github.com/repos/guzzle/psr7/zipball/38ef514a6c21335f29d9be64b097d2582ecbf8e4", + "reference": "38ef514a6c21335f29d9be64b097d2582ecbf8e4", "shasum": "" }, "require": { @@ -565,6 +672,7 @@ "suggest": { "laminas/laminas-httphandlerrunner": "Emit PSR-7 responses" }, + "default-branch": true, "type": "library", "extra": { "bamarni-bin": { @@ -631,7 +739,7 @@ ], "support": { "issues": "https://github.com/guzzle/psr7/issues", - "source": "https://github.com/guzzle/psr7/tree/2.4.4" + "source": "https://github.com/guzzle/psr7/tree/2.6" }, "funding": [ { @@ -647,34 +755,33 @@ "type": "tidelift" } ], - "time": "2023-03-09T13:19:02+00:00" + "time": "2023-09-10T16:11:14+00:00" }, { "name": "jorijn/bitcoin-bolt11", - "version": "dev-master", + "version": "v0.1.0", "source": { "type": "git", "url": "https://github.com/Jorijn/bitcoin-bolt11.git", - "reference": "f339bfb531159583ea966f924c97de2f85402002" + "reference": "4eff641689972e456c07e0ef6bfb284b44df8057" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/Jorijn/bitcoin-bolt11/zipball/f339bfb531159583ea966f924c97de2f85402002", - "reference": "f339bfb531159583ea966f924c97de2f85402002", + "url": "https://api.github.com/repos/Jorijn/bitcoin-bolt11/zipball/4eff641689972e456c07e0ef6bfb284b44df8057", + "reference": "4eff641689972e456c07e0ef6bfb284b44df8057", "shasum": "" }, "require": { "bitwasp/bech32": "^0.0.1", + "bitwasp/bitcoin": "^1.0", "ext-bcmath": "*", "ext-gmp": "*", - "php": "^7.4|^8.0", - "protonlabs/bitcoin": "1.0.x-dev" + "php": "^7.3" }, "require-dev": { - "friendsofphp/php-cs-fixer": "^3.10", + "friendsofphp/php-cs-fixer": "^2.17", "phpunit/phpunit": "^9" }, - "default-branch": true, "type": "library", "autoload": { "psr-4": { @@ -701,30 +808,30 @@ ], "support": { "issues": "https://github.com/Jorijn/bitcoin-bolt11/issues", - "source": "https://github.com/Jorijn/bitcoin-bolt11/tree/v1.0.0" + "source": "https://github.com/Jorijn/bitcoin-bolt11/tree/v0.1.0" }, - "time": "2022-08-20T05:50:00+00:00" + "time": "2021-02-03T14:00:29+00:00" }, { "name": "lastguest/murmurhash", - "version": "2.1.1", + "version": "2.0.0", "source": { "type": "git", "url": "https://github.com/lastguest/murmurhash-php.git", - "reference": "0150ba26fb7025d1f936983a167cdc74149f87c8" + "reference": "4fb7516f67e695e5d7fa129d1bbb925ec0ebe408" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/lastguest/murmurhash-php/zipball/0150ba26fb7025d1f936983a167cdc74149f87c8", - "reference": "0150ba26fb7025d1f936983a167cdc74149f87c8", + "url": "https://api.github.com/repos/lastguest/murmurhash-php/zipball/4fb7516f67e695e5d7fa129d1bbb925ec0ebe408", + "reference": "4fb7516f67e695e5d7fa129d1bbb925ec0ebe408", "shasum": "" }, "require": { - "php": "^7||^8.0" + "php": "^7" }, "require-dev": { - "phpstan/phpstan": "^0.12", - "phpunit/phpunit": "^7||^9" + "phpstan/phpstan": "^0.6.3", + "phpunit/phpunit": "^5" }, "type": "library", "autoload": { @@ -752,31 +859,31 @@ ], "support": { "issues": "https://github.com/lastguest/murmurhash-php/issues", - "source": "https://github.com/lastguest/murmurhash-php/tree/2.1.1" + "source": "https://github.com/lastguest/murmurhash-php/tree/master" }, - "time": "2021-04-13T16:23:45+00:00" + "time": "2017-10-10T15:16:12+00:00" }, { "name": "mdanter/ecc", - "version": "v1.0.0", + "version": "0.5.x-dev", "source": { "type": "git", "url": "https://github.com/phpecc/phpecc.git", - "reference": "34e2eec096bf3dcda814e8f66dd91ae87a2db7cd" + "reference": "b95f25cc1bacc83a9f0ccd375900b7cfd343029e" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/phpecc/phpecc/zipball/34e2eec096bf3dcda814e8f66dd91ae87a2db7cd", - "reference": "34e2eec096bf3dcda814e8f66dd91ae87a2db7cd", + "url": "https://api.github.com/repos/phpecc/phpecc/zipball/b95f25cc1bacc83a9f0ccd375900b7cfd343029e", + "reference": "b95f25cc1bacc83a9f0ccd375900b7cfd343029e", "shasum": "" }, "require": { "ext-gmp": "*", "fgrosse/phpasn1": "^2.0", - "php": "^7.0||^8.0" + "php": "^7.0" }, "require-dev": { - "phpunit/phpunit": "^6.0||^8.0||^9.0", + "phpunit/phpunit": "^6.0", "squizlabs/php_codesniffer": "^2.0", "symfony/yaml": "^2.6|^3.0" }, @@ -828,9 +935,9 @@ ], "support": { "issues": "https://github.com/phpecc/phpecc/issues", - "source": "https://github.com/phpecc/phpecc/tree/v1.0.0" + "source": "https://github.com/phpecc/phpecc/tree/v0.5.2" }, - "time": "2021-01-16T19:42:14+00:00" + "time": "2018-12-03T18:17:01+00:00" }, { "name": "octan/btcpay", @@ -1019,24 +1126,25 @@ }, { "name": "pleonasm/merkle-tree", - "version": "1.0.1", + "version": "1.0.0", "source": { "type": "git", "url": "https://github.com/pleonasm/merkle-tree.git", - "reference": "6abdf5aacd79b6d502f944c96edd1a896ef6039b" + "reference": "9ddc9d0a0e396750fada378f3aa90f6c02dd56a1" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/pleonasm/merkle-tree/zipball/6abdf5aacd79b6d502f944c96edd1a896ef6039b", - "reference": "6abdf5aacd79b6d502f944c96edd1a896ef6039b", + "url": "https://api.github.com/repos/pleonasm/merkle-tree/zipball/9ddc9d0a0e396750fada378f3aa90f6c02dd56a1", + "reference": "9ddc9d0a0e396750fada378f3aa90f6c02dd56a1", "shasum": "" }, "require": { - "php": ">=5.6.0" + "php": ">=5.4.0" }, "require-dev": { - "phpunit/php-invoker": "*", - "phpunit/phpunit": "^5.7", + "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": "*" }, @@ -1052,7 +1160,7 @@ ], "authors": [ { - "name": "Matt Nagi", + "name": "Matthew Nagi", "email": "matthew.nagi@base-2.net" } ], @@ -1061,70 +1169,7 @@ "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" + "time": "2013-05-22T20:46:20+00:00" }, { "name": "psr/http-client", @@ -1132,12 +1177,12 @@ "source": { "type": "git", "url": "https://github.com/php-fig/http-client.git", - "reference": "0955afe48220520692d2d09f7ab7e0f93ffd6a31" + "reference": "bb5906edc1c324c9a05aa0873d40117941e5fa90" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/php-fig/http-client/zipball/0955afe48220520692d2d09f7ab7e0f93ffd6a31", - "reference": "0955afe48220520692d2d09f7ab7e0f93ffd6a31", + "url": "https://api.github.com/repos/php-fig/http-client/zipball/bb5906edc1c324c9a05aa0873d40117941e5fa90", + "reference": "bb5906edc1c324c9a05aa0873d40117941e5fa90", "shasum": "" }, "require": { @@ -1175,9 +1220,9 @@ "psr-18" ], "support": { - "source": "https://github.com/php-fig/http-client/tree/1.0.2" + "source": "https://github.com/php-fig/http-client" }, - "time": "2023-04-10T20:12:12+00:00" + "time": "2023-09-23T14:17:50+00:00" }, { "name": "psr/http-factory", @@ -1185,12 +1230,12 @@ "source": { "type": "git", "url": "https://github.com/php-fig/http-factory.git", - "reference": "e616d01114759c4c489f93b099585439f795fe35" + "reference": "7037f4b0950474e9d1350e8df89b15f1842085f6" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/php-fig/http-factory/zipball/e616d01114759c4c489f93b099585439f795fe35", - "reference": "e616d01114759c4c489f93b099585439f795fe35", + "url": "https://api.github.com/repos/php-fig/http-factory/zipball/7037f4b0950474e9d1350e8df89b15f1842085f6", + "reference": "7037f4b0950474e9d1350e8df89b15f1842085f6", "shasum": "" }, "require": { @@ -1219,7 +1264,7 @@ "homepage": "https://www.php-fig.org/" } ], - "description": "Common interfaces for PSR-7 HTTP message factories", + "description": "PSR-17: Common interfaces for PSR-7 HTTP message factories", "keywords": [ "factory", "http", @@ -1231,9 +1276,9 @@ "response" ], "support": { - "source": "https://github.com/php-fig/http-factory/tree/1.0.2" + "source": "https://github.com/php-fig/http-factory" }, - "time": "2023-04-10T20:10:41+00:00" + "time": "2023-09-22T11:16:44+00:00" }, { "name": "psr/http-message", @@ -1335,25 +1380,25 @@ }, { "name": "symfony/deprecation-contracts", - "version": "3.0.x-dev", + "version": "2.5.x-dev", "source": { "type": "git", "url": "https://github.com/symfony/deprecation-contracts.git", - "reference": "e2d1534420bd723d0ef5aec58a22c5fe60ce6f5e" + "reference": "80d075412b557d41002320b96a096ca65aa2c98d" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/deprecation-contracts/zipball/e2d1534420bd723d0ef5aec58a22c5fe60ce6f5e", - "reference": "e2d1534420bd723d0ef5aec58a22c5fe60ce6f5e", + "url": "https://api.github.com/repos/symfony/deprecation-contracts/zipball/80d075412b557d41002320b96a096ca65aa2c98d", + "reference": "80d075412b557d41002320b96a096ca65aa2c98d", "shasum": "" }, "require": { - "php": ">=8.0.2" + "php": ">=7.1" }, "type": "library", "extra": { "branch-alias": { - "dev-main": "3.3-dev" + "dev-main": "2.5-dev" }, "thanks": { "name": "symfony/contracts", @@ -1382,7 +1427,7 @@ "description": "A generic function and convention to trigger deprecation notices", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/deprecation-contracts/tree/v3.2.1" + "source": "https://github.com/symfony/deprecation-contracts/tree/2.5" }, "funding": [ { @@ -1398,7 +1443,7 @@ "type": "tidelift" } ], - "time": "2023-03-01T10:25:55+00:00" + "time": "2023-01-24T14:02:46+00:00" }, { "name": "tkijewski/php-lnurl", @@ -1458,17 +1503,17 @@ "aliases": [], "minimum-stability": "dev", "stability-flags": { + "alby/php": 20, "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.3.0" + "plugin-api-version": "2.6.0" } From 32333defa2c85abcc3b27ea64c352eb29dda6e45 Mon Sep 17 00:00:00 2001 From: im-adithya Date: Tue, 14 Nov 2023 14:25:45 +0530 Subject: [PATCH 2/2] bump version to 1.3.1 --- bln-publisher.php | 4 ++-- composer.json | 2 +- readme.txt | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/bln-publisher.php b/bln-publisher.php index bd5b9fb..2c63d02 100644 --- a/bln-publisher.php +++ b/bln-publisher.php @@ -14,7 +14,7 @@ * @wordpress-plugin * Plugin Name: Bitcoin Lightning Publisher * Description: Bitcoin Lightning Publisher is a Paywall and Donation plugin for WordPress to accept instant Bitcoin Lightning payments and donations directly to your preferred wallet. - * Version: 1.3.0 + * Version: 1.3.1 * License: GPL-3.0 * License URI: http://www.gnu.org/licenses/gpl-3.0.txt * Text Domain: lnp-alby @@ -26,7 +26,7 @@ die; } -define('BLN_PUBLISHER_VERSION', '1.3.0'); +define('BLN_PUBLISHER_VERSION', '1.3.1'); define('BLN_PUBLISHER_PAYWALL_JWT_KEY', hash_hmac('sha256', 'lnp-alby', AUTH_KEY)); define('BLN_PUBLISHER_PAYWALL_JWT_ALGORITHM', 'HS256'); define('BLN_PUBLISHER_ROOT_PATH', untrailingslashit(plugin_dir_path(__FILE__))); diff --git a/composer.json b/composer.json index a3b68e5..a61f75d 100755 --- a/composer.json +++ b/composer.json @@ -1,7 +1,7 @@ { "name": "getalby/bitcoin-lightning-publisher", "description": "Bitcoin Lightning Publisher for WordPress - Lightning powered paywalls and donations for WordPress.", - "version": "1.0.1", + "version": "1.3.1", "license": "MIT", "minimum-stability": "dev", "require": { diff --git a/readme.txt b/readme.txt index 6ebf086..24d1eac 100644 --- a/readme.txt +++ b/readme.txt @@ -4,7 +4,7 @@ Tags: bitcoin, lightning, payment, donation, paywall, rss, micropayments Requires at least: 5.6.0 Tested up to: 6.3.1 Requires PHP: 7.4 -Stable tag: 1.3.0 +Stable tag: 1.3.1 License: GPLv3 Donate link: https://getalby.com Contributors: getalby