From 6b20216355ec13a4c1a47b6b591ae1ced9bbbcde Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 19 Aug 2024 05:38:56 +0000 Subject: [PATCH] Update adyen/php-api-library requirement from 14.* to 20.* Updates the requirements on [adyen/php-api-library](https://github.com/Adyen/adyen-php-api-library) to permit the latest version. - [Release notes](https://github.com/Adyen/adyen-php-api-library/releases) - [Commits](https://github.com/Adyen/adyen-php-api-library/compare/14.0.0...v20.0.0) --- updated-dependencies: - dependency-name: adyen/php-api-library dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 4a18242..5e7a604 100644 --- a/composer.json +++ b/composer.json @@ -29,7 +29,7 @@ "prefer-dist": true, "require": { "php": "^7.4 | ^8.0", - "adyen/php-api-library": "14.*" + "adyen/php-api-library": "20.*" }, "require-dev": { "codeception/module-rest": "^2.0.2",