From 442df2c07e473e680e760a2876d697654cb96dfa Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 17 Jan 2023 16:02:55 +0000 Subject: [PATCH] Bump messagebird/php-rest-api in /core/components/commerce_messagebird Bumps [messagebird/php-rest-api](https://github.com/messagebird/php-rest-api) from 1.9.3 to 3.1.4. - [Release notes](https://github.com/messagebird/php-rest-api/releases) - [Commits](https://github.com/messagebird/php-rest-api/compare/v1.9.3...v3.1.4) --- updated-dependencies: - dependency-name: messagebird/php-rest-api dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .../commerce_messagebird/composer.json | 2 +- .../commerce_messagebird/composer.lock | 92 ++++++++++++++++--- 2 files changed, 82 insertions(+), 12 deletions(-) diff --git a/core/components/commerce_messagebird/composer.json b/core/components/commerce_messagebird/composer.json index a000ffa..38cbfbd 100644 --- a/core/components/commerce_messagebird/composer.json +++ b/core/components/commerce_messagebird/composer.json @@ -1,6 +1,6 @@ { "require": { - "messagebird/php-rest-api": "^1.9" + "messagebird/php-rest-api": "^3.1" }, "autoload": { "psr-4": { diff --git a/core/components/commerce_messagebird/composer.lock b/core/components/commerce_messagebird/composer.lock index f6d73b2..60f7727 100644 --- a/core/components/commerce_messagebird/composer.lock +++ b/core/components/commerce_messagebird/composer.lock @@ -1,32 +1,96 @@ { "_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#composer-lock-the-lock-file", + "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "hash": "990e3a518f2f7a564f2dc463461a9a02", - "content-hash": "e81fe506f981ee2ff79bc12c3872a75c", + "content-hash": "7e1526bf2de2fcb718be53f769d43e8c", "packages": [ + { + "name": "firebase/php-jwt", + "version": "v6.3.2", + "source": { + "type": "git", + "url": "https://github.com/firebase/php-jwt.git", + "reference": "ea7dda77098b96e666c5ef382452f94841e439cd" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/firebase/php-jwt/zipball/ea7dda77098b96e666c5ef382452f94841e439cd", + "reference": "ea7dda77098b96e666c5ef382452f94841e439cd", + "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" + }, + "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/v6.3.2" + }, + "time": "2022-12-19T17:10:46+00:00" + }, { "name": "messagebird/php-rest-api", - "version": "v1.9.3", + "version": "v3.1.4", "source": { "type": "git", "url": "https://github.com/messagebird/php-rest-api.git", - "reference": "850fbffde83d7bfe362fce10aba9f27428aba670" + "reference": "b3f192471c31a84a05081d5ba750a958db6cfc38" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/messagebird/php-rest-api/zipball/850fbffde83d7bfe362fce10aba9f27428aba670", - "reference": "850fbffde83d7bfe362fce10aba9f27428aba670", + "url": "https://api.github.com/repos/messagebird/php-rest-api/zipball/b3f192471c31a84a05081d5ba750a958db6cfc38", + "reference": "b3f192471c31a84a05081d5ba750a958db6cfc38", "shasum": "" }, "require": { "ext-curl": "*", - "php": ">=5.3.0" + "ext-json": "*", + "firebase/php-jwt": "^5.5.1|^6.2", + "php": ">=7.3|~8.0.0|~8.1.0|~8.2.0" }, "require-dev": { - "phpunit/phpunit": "4.7.*" + "phpunit/phpunit": "^9.5.14", + "vimeo/psalm": "4.18.1" }, "type": "library", "autoload": { @@ -46,7 +110,12 @@ ], "description": "MessageBird REST API client for PHP", "homepage": "https://github.com/messagebird/php-rest-api", - "time": "2017-11-29 12:18:31" + "support": { + "docs": "https://developers.messagebird.com/api", + "issues": "https://github.com/messagebird/php-rest-api/issues", + "source": "https://github.com/messagebird/php-rest-api" + }, + "time": "2023-01-16T19:22:44+00:00" } ], "packages-dev": [], @@ -56,5 +125,6 @@ "prefer-stable": false, "prefer-lowest": false, "platform": [], - "platform-dev": [] + "platform-dev": [], + "plugin-api-version": "2.3.0" }