From 9131907ec584341180323d20f04e8d2d5d19ec09 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 16 Jul 2026 20:02:25 +0000 Subject: [PATCH] Update thepay/api-client requirement from ^3.0.0 to ^3.0.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/v3.0.0...v3.0.1) --- updated-dependencies: - dependency-name: thepay/api-client dependency-version: 3.0.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 d1cb006..2bd334d 100644 --- a/composer.json +++ b/composer.json @@ -12,7 +12,7 @@ "php": "^8.2", "nette/di": "^3.2.6", "nette/schema": "^1.3.5", - "thepay/api-client": "^3.0.0" + "thepay/api-client": "^3.0.1" }, "require-dev": { "contributte/phpstan": "~0.3.1",