From 2a6950e93cb04d2d3b1a7f503af383072ff2ac87 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 30 Jun 2021 16:13:58 +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 2.0.1. - [Release notes](https://github.com/messagebird/php-rest-api/releases) - [Commits](https://github.com/messagebird/php-rest-api/compare/v1.9.3...v2.0.1) --- 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 | 29 ++++++++++++------- 2 files changed, 19 insertions(+), 12 deletions(-) diff --git a/core/components/commerce_messagebird/composer.json b/core/components/commerce_messagebird/composer.json index a000ffa..7a90243 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": "^2.0" }, "autoload": { "psr-4": { diff --git a/core/components/commerce_messagebird/composer.lock b/core/components/commerce_messagebird/composer.lock index f6d73b2..ff168b4 100644 --- a/core/components/commerce_messagebird/composer.lock +++ b/core/components/commerce_messagebird/composer.lock @@ -1,32 +1,33 @@ { "_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": "4076e287091e764b713d77c3918adcaa", "packages": [ { "name": "messagebird/php-rest-api", - "version": "v1.9.3", + "version": "v2.0.1", "source": { "type": "git", "url": "https://github.com/messagebird/php-rest-api.git", - "reference": "850fbffde83d7bfe362fce10aba9f27428aba670" + "reference": "128c781855638f3fe42e346f4df4dc165378d3c0" }, "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/128c781855638f3fe42e346f4df4dc165378d3c0", + "reference": "128c781855638f3fe42e346f4df4dc165378d3c0", "shasum": "" }, "require": { "ext-curl": "*", - "php": ">=5.3.0" + "ext-json": "*", + "php": ">=7.3|^8.0" }, "require-dev": { - "phpunit/phpunit": "4.7.*" + "phpunit/phpunit": "^8.0|^9.0", + "vimeo/psalm": "^4.6" }, "type": "library", "autoload": { @@ -46,7 +47,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": "2021-06-30T08:02:59+00:00" } ], "packages-dev": [], @@ -56,5 +62,6 @@ "prefer-stable": false, "prefer-lowest": false, "platform": [], - "platform-dev": [] + "platform-dev": [], + "plugin-api-version": "2.1.0" }