From 40fbd82c2ecda16b43b0f7f62267fe5c20593e48 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 May 2024 05:20:47 +0000 Subject: [PATCH] Update adyen/php-api-library requirement from 14.* to 18.* 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...v18.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..09a416d 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": "18.*" }, "require-dev": { "codeception/module-rest": "^2.0.2",