From 12bceaeed2bf4638dfac4cf49687a6588ab60790 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Jan 2023 00:01:37 +0000 Subject: [PATCH] Bump lnpay/php-lnd-grpc from 0.12.1-beta to 0.15.5-beta Bumps [lnpay/php-lnd-grpc](https://github.com/lnpay/php-lnd-grpc) from 0.12.1-beta to 0.15.5-beta. - [Release notes](https://github.com/lnpay/php-lnd-grpc/releases) - [Commits](https://github.com/lnpay/php-lnd-grpc/compare/v0.12.1-beta...v0.15.5-beta) --- updated-dependencies: - dependency-name: lnpay/php-lnd-grpc dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- composer.json | 2 +- composer.lock | 35 +++++++++++++++++++++-------------- 2 files changed, 22 insertions(+), 15 deletions(-) diff --git a/composer.json b/composer.json index ffc7d64..f43ffc2 100644 --- a/composer.json +++ b/composer.json @@ -17,7 +17,7 @@ "daikon/money-interop": "master@dev", "daikon/rabbitmq3-adapter": "master@dev", "daikon/value-object": "master@dev", - "lnpay/php-lnd-grpc": "^0.12.1-beta", + "lnpay/php-lnd-grpc": "^0.12.1-beta || ^0.15.0", "ngutech/bitcoin-interop": "master@dev", "ngutech/lightning-interop": "master@dev", "php-amqplib/php-amqplib": "^2.8", diff --git a/composer.lock b/composer.lock index 368490a..81702e8 100644 --- a/composer.lock +++ b/composer.lock @@ -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": "ff296dae668c9697f66da6ca81eff6fc", + "content-hash": "76e0135c233bbfa1457e28c66b60634b", "packages": [ { "name": "aura/router", @@ -1815,16 +1815,16 @@ }, { "name": "google/protobuf", - "version": "v3.21.9", + "version": "v3.21.12", "source": { "type": "git", "url": "https://github.com/protocolbuffers/protobuf-php.git", - "reference": "1bf02c57f260c5eea5e75a35c1a943fe943a188a" + "reference": "93019df2df0f8c5c01757ef79f3f077d2cb35b65" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/protocolbuffers/protobuf-php/zipball/1bf02c57f260c5eea5e75a35c1a943fe943a188a", - "reference": "1bf02c57f260c5eea5e75a35c1a943fe943a188a", + "url": "https://api.github.com/repos/protocolbuffers/protobuf-php/zipball/93019df2df0f8c5c01757ef79f3f077d2cb35b65", + "reference": "93019df2df0f8c5c01757ef79f3f077d2cb35b65", "shasum": "" }, "require": { @@ -1853,9 +1853,9 @@ "proto" ], "support": { - "source": "https://github.com/protocolbuffers/protobuf-php/tree/v3.21.9" + "source": "https://github.com/protocolbuffers/protobuf-php/tree/v3.21.12" }, - "time": "2022-10-26T20:30:45+00:00" + "time": "2022-12-14T14:50:49+00:00" }, { "name": "grpc/grpc", @@ -2583,16 +2583,16 @@ }, { "name": "lnpay/php-lnd-grpc", - "version": "v0.12.1-beta", + "version": "v0.15.5-beta", "source": { "type": "git", "url": "https://github.com/lnpay/php-lnd-grpc.git", - "reference": "39f60fe67e233ca138c79058c810042c7f335a31" + "reference": "5c68abd633efaba2fec0c055abdf9362a1ea9444" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/lnpay/php-lnd-grpc/zipball/39f60fe67e233ca138c79058c810042c7f335a31", - "reference": "39f60fe67e233ca138c79058c810042c7f335a31", + "url": "https://api.github.com/repos/lnpay/php-lnd-grpc/zipball/5c68abd633efaba2fec0c055abdf9362a1ea9444", + "reference": "5c68abd633efaba2fec0c055abdf9362a1ea9444", "shasum": "" }, "require": { @@ -2604,28 +2604,35 @@ "autoload": { "psr-4": { "Lnrpc\\": "Lnrpc/", + "Devrpc\\": "Devrpc/", + "Verrpc\\": "Verrpc/", "Signrpc\\": "Signrpc/", "Chainrpc\\": "Chainrpc/", + "Peersrpc\\": "Peersrpc/", "Routerrpc\\": "Routerrpc/", "Walletrpc\\": "Walletrpc/", "GPBMetadata\\": "GPBMetadata/", "Invoicesrpc\\": "Invoicesrpc/", + "Neutrinorpc\\": "Neutrinorpc/", + "Wtclientrpc\\": "Wtclientrpc/", + "Autopilotrpc\\": "Autopilotrpc/", + "Watchtowerrpc\\": "Watchtowerrpc/", "GPBMetadata\\Google\\": "grpc/third_party/protobuf/php/src/GPBMetadata/Google/Protobuf/" } }, "notification-url": "https://packagist.org/downloads/", "authors": [ { - "name": "Tim Kijewski", + "name": "Tim K", "email": "bootstrapbandit7@gmail.com" } ], "description": "PHP LND RPC Implementation", "support": { "issues": "https://github.com/lnpay/php-lnd-grpc/issues", - "source": "https://github.com/lnpay/php-lnd-grpc/tree/v0.12.1-beta" + "source": "https://github.com/lnpay/php-lnd-grpc/tree/v0.15.5-beta" }, - "time": "2021-03-21T19:25:23+00:00" + "time": "2023-01-04T20:34:01+00:00" }, { "name": "middlewares/cors",