From 146f17a086bb46342b8681bb4868e52e69b96406 Mon Sep 17 00:00:00 2001 From: Nick van de Groes Date: Wed, 19 Feb 2020 15:15:58 +0100 Subject: [PATCH] Update SDK version to 1.13.0 --- composer.json | 2 +- composer.lock | 38 ++++++++++++++++++++------------------ 2 files changed, 21 insertions(+), 19 deletions(-) diff --git a/composer.json b/composer.json index ba1039a..272bd32 100644 --- a/composer.json +++ b/composer.json @@ -21,7 +21,7 @@ ], "require": { "php": "^7.0.13", - "bunq/sdk_php": "^1.12.1" + "bunq/sdk_php": "^1.13.0" }, "autoload": { "psr-4": { diff --git a/composer.lock b/composer.lock index 92d25c6..ea3f14c 100644 --- a/composer.lock +++ b/composer.lock @@ -4,20 +4,20 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "content-hash": "00a927df97967dd6d9d4bc9959558258", + "content-hash": "741616f9fb4cf71cd130638af2f85134", "packages": [ { "name": "bunq/sdk_php", - "version": "1.12.0", + "version": "1.13.0", "source": { "type": "git", "url": "https://github.com/bunq/sdk_php.git", - "reference": "cfde75f644e5105a8634b0cd9a891c49c50b0e28" + "reference": "7771fd0ab15402df1f06efba220847b7ee4ac861" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/bunq/sdk_php/zipball/cfde75f644e5105a8634b0cd9a891c49c50b0e28", - "reference": "cfde75f644e5105a8634b0cd9a891c49c50b0e28", + "url": "https://api.github.com/repos/bunq/sdk_php/zipball/7771fd0ab15402df1f06efba220847b7ee4ac861", + "reference": "7771fd0ab15402df1f06efba220847b7ee4ac861", "shasum": "" }, "require": { @@ -68,48 +68,50 @@ "payment", "sepa" ], - "time": "2019-09-10T15:00:27+00:00" + "time": "2020-02-19T10:34:14+00:00" }, { "name": "guzzlehttp/guzzle", - "version": "6.3.3", + "version": "6.5.2", "source": { "type": "git", "url": "https://github.com/guzzle/guzzle.git", - "reference": "407b0cb880ace85c9b63c5f9551db498cb2d50ba" + "reference": "43ece0e75098b7ecd8d13918293029e555a50f82" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/guzzle/guzzle/zipball/407b0cb880ace85c9b63c5f9551db498cb2d50ba", - "reference": "407b0cb880ace85c9b63c5f9551db498cb2d50ba", + "url": "https://api.github.com/repos/guzzle/guzzle/zipball/43ece0e75098b7ecd8d13918293029e555a50f82", + "reference": "43ece0e75098b7ecd8d13918293029e555a50f82", "shasum": "" }, "require": { + "ext-json": "*", "guzzlehttp/promises": "^1.0", - "guzzlehttp/psr7": "^1.4", + "guzzlehttp/psr7": "^1.6.1", "php": ">=5.5" }, "require-dev": { "ext-curl": "*", "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.4 || ^7.0", - "psr/log": "^1.0" + "psr/log": "^1.1" }, "suggest": { + "ext-intl": "Required for Internationalized Domain Name (IDN) support", "psr/log": "Required for using the Log middleware" }, "type": "library", "extra": { "branch-alias": { - "dev-master": "6.3-dev" + "dev-master": "6.5-dev" } }, "autoload": { - "files": [ - "src/functions_include.php" - ], "psr-4": { "GuzzleHttp\\": "src/" - } + }, + "files": [ + "src/functions_include.php" + ] }, "notification-url": "https://packagist.org/downloads/", "license": [ @@ -133,7 +135,7 @@ "rest", "web service" ], - "time": "2018-04-22T15:46:56+00:00" + "time": "2019-12-23T11:57:10+00:00" }, { "name": "guzzlehttp/promises",