From 7630d65cc39398323cc37e3bc36e04a22472986e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 19 Aug 2024 09:34:01 +0000 Subject: [PATCH] Bump singpolyma/openpgp-php from 0.6.0 to 0.7.0 Bumps [singpolyma/openpgp-php](https://github.com/singpolyma/openpgp-php) from 0.6.0 to 0.7.0. - [Release notes](https://github.com/singpolyma/openpgp-php/releases) - [Commits](https://github.com/singpolyma/openpgp-php/compare/0.6.0...0.7.0) --- updated-dependencies: - dependency-name: singpolyma/openpgp-php dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- composer.json | 2 +- composer.lock | 14 +++++++------- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/composer.json b/composer.json index 6cd585db48ec..f6d90209456e 100644 --- a/composer.json +++ b/composer.json @@ -28,7 +28,7 @@ "psr/http-message": "^2.0", "cboden/ratchet": "^0.4.3", "ratchet/pawl": "^0.4.1", - "singpolyma/openpgp-php": "^0.6.0", + "singpolyma/openpgp-php": "^0.7.0", "aws/aws-sdk-php": "^3.180", "gliterd/backblaze-b2": "^1.1", "paypal/rest-api-sdk-php": "*", diff --git a/composer.lock b/composer.lock index cfc69d000bf4..d6b7ca1f9025 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": "418a46bb5dde14a1c57f749acfbd8982", + "content-hash": "d533d634209cdb9c65482b398f123942", "packages": [ { "name": "abraham/twitteroauth", @@ -4158,16 +4158,16 @@ }, { "name": "singpolyma/openpgp-php", - "version": "0.6.0", + "version": "0.7.0", "source": { "type": "git", "url": "https://github.com/singpolyma/openpgp-php.git", - "reference": "1c3bdcd2d9c6113c2d6b768e208e7432a48d3a1e" + "reference": "b55996c1942bf676d4531c9b4c0ed226f7fe2b60" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/singpolyma/openpgp-php/zipball/1c3bdcd2d9c6113c2d6b768e208e7432a48d3a1e", - "reference": "1c3bdcd2d9c6113c2d6b768e208e7432a48d3a1e", + "url": "https://api.github.com/repos/singpolyma/openpgp-php/zipball/b55996c1942bf676d4531c9b4c0ed226f7fe2b60", + "reference": "b55996c1942bf676d4531c9b4c0ed226f7fe2b60", "shasum": "" }, "require": { @@ -4204,7 +4204,7 @@ "description": "Pure-PHP implementation of the OpenPGP Message Format (RFC 4880)", "support": { "issues": "https://github.com/singpolyma/openpgp-php/issues", - "source": "https://github.com/singpolyma/openpgp-php/tree/0.6.0" + "source": "https://github.com/singpolyma/openpgp-php/tree/0.7.0" }, "funding": [ { @@ -4220,7 +4220,7 @@ "type": "patreon" } ], - "time": "2022-10-31T13:43:21+00:00" + "time": "2024-08-12T19:00:23+00:00" }, { "name": "stripe/stripe-php",