From b1c898e4b78165ac9fd961af19d82a8a25f2d2b1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 9 Feb 2024 12:48:55 +0000 Subject: [PATCH] Bump adyen/php-api-library from 16.0.0 to 17.1.1 Bumps [adyen/php-api-library](https://github.com/Adyen/adyen-php-api-library) from 16.0.0 to 17.1.1. - [Release notes](https://github.com/Adyen/adyen-php-api-library/releases) - [Commits](https://github.com/Adyen/adyen-php-api-library/compare/v16.0.0...v17.1.1) --- updated-dependencies: - dependency-name: adyen/php-api-library dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- composer.json | 2 +- composer.lock | 20 ++++++++++---------- 2 files changed, 11 insertions(+), 11 deletions(-) diff --git a/composer.json b/composer.json index b61a1bec..7a619ecc 100644 --- a/composer.json +++ b/composer.json @@ -9,7 +9,7 @@ "license": "MIT", "require": { "php": "^8.0.0", - "adyen/php-api-library": "^16.0.0", + "adyen/php-api-library": "^17.1.1", "fruitcake/laravel-cors": "^3.0.0", "guzzlehttp/guzzle": "^7.4.2", "laravel/framework": "^v9.9.0", diff --git a/composer.lock b/composer.lock index 3efbf40b..3fe11dd2 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": "50d5bf6041f15cdd13e2c4311d1ffb51", + "content-hash": "16272be1bbb4dece6e2e06aeb95062cc", "packages": [ { "name": "adyen/php-api-library", - "version": "v16.0.0", + "version": "v17.1.1", "source": { "type": "git", "url": "https://github.com/Adyen/adyen-php-api-library.git", - "reference": "5a21e4295a92474dd9c0db410461a4b7b810a742" + "reference": "148e0ad59d4b4fdb1b1cffc380d3277e12bf984f" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/Adyen/adyen-php-api-library/zipball/5a21e4295a92474dd9c0db410461a4b7b810a742", - "reference": "5a21e4295a92474dd9c0db410461a4b7b810a742", + "url": "https://api.github.com/repos/Adyen/adyen-php-api-library/zipball/148e0ad59d4b4fdb1b1cffc380d3277e12bf984f", + "reference": "148e0ad59d4b4fdb1b1cffc380d3277e12bf984f", "shasum": "" }, "require": { @@ -31,9 +31,9 @@ "require-dev": { "dms/phpunit-arraysubset-asserts": "0.5.0", "friendsofphp/php-cs-fixer": "*", - "php-coveralls/php-coveralls": "2.6.0", - "phpunit/phpunit": "9.6.13", - "squizlabs/php_codesniffer": "3.7.2" + "php-coveralls/php-coveralls": "2.7.0", + "phpunit/phpunit": "9.6.16", + "squizlabs/php_codesniffer": "3.8.1" }, "type": "library", "autoload": { @@ -52,9 +52,9 @@ ], "support": { "issues": "https://github.com/Adyen/adyen-php-api-library/issues", - "source": "https://github.com/Adyen/adyen-php-api-library/tree/v16.0.0" + "source": "https://github.com/Adyen/adyen-php-api-library/tree/v17.1.1" }, - "time": "2023-11-08T12:13:21+00:00" + "time": "2024-02-08T13:55:17+00:00" }, { "name": "brick/math",