From efdf72af4510e8bf8157c23af5c450145bc5dfa1 Mon Sep 17 00:00:00 2001 From: Mauricio Astudillo Toledo Date: Thu, 28 Nov 2024 10:06:27 -0300 Subject: [PATCH 1/2] chore: update transbank sdk --- plugin/composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugin/composer.json b/plugin/composer.json index dea0a565..19bf9668 100644 --- a/plugin/composer.json +++ b/plugin/composer.json @@ -1,6 +1,6 @@ { "require": { - "transbank/transbank-sdk": "~2.0", + "transbank/transbank-sdk": "4.0", "ext-json": "*", "php": ">=7.0", "monolog/monolog": "^1.27" From ae7ea7972aab5791d7aecf62ac0b4038c92ad15e Mon Sep 17 00:00:00 2001 From: Mauricio Astudillo Toledo Date: Thu, 28 Nov 2024 10:07:05 -0300 Subject: [PATCH 2/2] chore: update required PHP version --- plugin/composer.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/plugin/composer.json b/plugin/composer.json index 19bf9668..ab560a7f 100644 --- a/plugin/composer.json +++ b/plugin/composer.json @@ -2,12 +2,12 @@ "require": { "transbank/transbank-sdk": "4.0", "ext-json": "*", - "php": ">=7.0", + "php": ">=7.4", "monolog/monolog": "^1.27" }, "config": { "platform": { - "php": "7.0" + "php": "7.4" } }, "autoload": {