From 405dcdbdd1e85c75157387cd9c4a410f8fa08728 Mon Sep 17 00:00:00 2001 From: Mauricio Astudillo Toledo Date: Tue, 15 Oct 2024 10:15:36 -0300 Subject: [PATCH] Revert "chore: update php requirements" This reverts commit 6b55c4ba466f43a4044a27fe37f69dc77896a7a5. --- plugin/composer.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/plugin/composer.json b/plugin/composer.json index d7f79c1c..dea0a565 100644 --- a/plugin/composer.json +++ b/plugin/composer.json @@ -2,12 +2,12 @@ "require": { "transbank/transbank-sdk": "~2.0", "ext-json": "*", - "php": "^8.2", + "php": ">=7.0", "monolog/monolog": "^1.27" }, "config": { "platform": { - "php": "8.2" + "php": "7.0" } }, "autoload": {