From 1937f01f348c15b8c3b2ddd29034781a812c6180 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 18 Feb 2026 10:47:50 +0000 Subject: [PATCH] Update online-payments/sdk-php requirement from ^7.3 to ^8.1 Updates the requirements on [online-payments/sdk-php](https://github.com/Online-Payments/sdk-php) to permit the latest version. - [Release notes](https://github.com/Online-Payments/sdk-php/releases) - [Commits](https://github.com/Online-Payments/sdk-php/compare/7.3.0...8.1.0) --- updated-dependencies: - dependency-name: online-payments/sdk-php dependency-version: 8.1.0 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 84db39a..9bfb72a 100644 --- a/composer.json +++ b/composer.json @@ -16,7 +16,7 @@ ], "require": { "php": "^8.1", - "online-payments/sdk-php": "^7.3", + "online-payments/sdk-php": "^8.1", "sylius/sylius": "~1.14.0" }, "require-dev": {