From 45afffce4b3069aa57b6adfefe119ebd91658982 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 27 Mar 2026 15:07:15 +0000 Subject: [PATCH] Update thepay/api-client requirement from ^2.0.0 to ^2.2.1 Updates the requirements on [thepay/api-client](https://github.com/ThePay/api-client) to permit the latest version. - [Release notes](https://github.com/ThePay/api-client/releases) - [Commits](https://github.com/ThePay/api-client/compare/v2.0.0...v2.2.1) --- updated-dependencies: - dependency-name: thepay/api-client dependency-version: 2.2.1 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 f2190a5..c7292e1 100644 --- a/composer.json +++ b/composer.json @@ -12,7 +12,7 @@ "php": "^8.2", "nette/di": "^3.2.0", "nette/schema": "^1.3.0", - "thepay/api-client": "^2.0.0" + "thepay/api-client": "^2.2.1" }, "require-dev": { "contributte/phpstan": "~0.2.0",