From b63a22de2d03ee05aec7eb21606bc45cea8bda6a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 12 Sep 2024 14:25:23 +0200 Subject: [PATCH] Bump adyen/php-api-library from 19.1.0 to 20.2.0 (#250) Bumps [adyen/php-api-library](https://github.com/Adyen/adyen-php-api-library) from 19.1.0 to 20.2.0. - [Release notes](https://github.com/Adyen/adyen-php-api-library/releases) - [Commits](https://github.com/Adyen/adyen-php-api-library/compare/v19.1.0...v20.2.0) --- updated-dependencies: - dependency-name: adyen/php-api-library dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- composer.json | 2 +- composer.lock | 16 ++++++++-------- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/composer.json b/composer.json index b0bd4ac..c35744f 100644 --- a/composer.json +++ b/composer.json @@ -9,7 +9,7 @@ "license": "MIT", "require": { "php": "^8.0.0", - "adyen/php-api-library": "^19.1.0", + "adyen/php-api-library": "^20.2.0", "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 17b04d4..38b7c01 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": "5ab0fb91cf333032acfe57138688363d", + "content-hash": "bdbec75d82398a835442899f0ddc35f2", "packages": [ { "name": "adyen/php-api-library", - "version": "v19.1.0", + "version": "v20.2.0", "source": { "type": "git", "url": "https://github.com/Adyen/adyen-php-api-library.git", - "reference": "9d297592900e6a2b90cf4acb86d577c8b327a2e9" + "reference": "818d687f69b7aa05c36078eb586ee9599364a46e" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/Adyen/adyen-php-api-library/zipball/9d297592900e6a2b90cf4acb86d577c8b327a2e9", - "reference": "9d297592900e6a2b90cf4acb86d577c8b327a2e9", + "url": "https://api.github.com/repos/Adyen/adyen-php-api-library/zipball/818d687f69b7aa05c36078eb586ee9599364a46e", + "reference": "818d687f69b7aa05c36078eb586ee9599364a46e", "shasum": "" }, "require": { @@ -33,7 +33,7 @@ "friendsofphp/php-cs-fixer": "*", "php-coveralls/php-coveralls": "2.7.0", "phpunit/phpunit": "9.6.19", - "squizlabs/php_codesniffer": "3.10.1" + "squizlabs/php_codesniffer": "3.10.2" }, "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/v19.1.0" + "source": "https://github.com/Adyen/adyen-php-api-library/tree/v20.2.0" }, - "time": "2024-07-26T07:05:00+00:00" + "time": "2024-09-02T09:22:00+00:00" }, { "name": "brick/math",