From cd6ac07f787d540dbc4f17c35a6012e0f2ba0437 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 19 May 2026 05:01:18 +0000 Subject: [PATCH] Update thepay/api-client requirement from ^2.2.1 to ^3.0.0 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.2.1...v3.0.0) --- updated-dependencies: - dependency-name: thepay/api-client dependency-version: 3.0.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 fdfbc08..05687a4 100644 --- a/composer.json +++ b/composer.json @@ -12,7 +12,7 @@ "php": "^8.2", "nette/di": "^3.2.5", "nette/schema": "^1.3.5", - "thepay/api-client": "^2.2.1" + "thepay/api-client": "^3.0.0" }, "require-dev": { "contributte/phpstan": "~0.3.1",