From 53707312295f35cfee662659c4572f0570882ed4 Mon Sep 17 00:00:00 2001 From: Alec Smecher Date: Wed, 27 Nov 2024 15:17:44 -0800 Subject: [PATCH] Downgrade Smarty for warnings --- composer.json | 2 +- composer.lock | 14 +++++++------- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/composer.json b/composer.json index c1e6822f85f..c6717455f51 100644 --- a/composer.json +++ b/composer.json @@ -27,7 +27,7 @@ "pimple/pimple": "3.*", "ralouphie/getallheaders": "*", "slim/slim": "3.*", - "smarty/smarty": "4.*", + "smarty/smarty": "v4.3.1", "sokil/php-isocodes": "^4.1", "sokil/php-isocodes-db-i18n": "^4.0", "symfony/mailer": "^6.0", diff --git a/composer.lock b/composer.lock index 68a4b6a436a..405d1abb150 100644 --- a/composer.lock +++ b/composer.lock @@ -4,7 +4,7 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "content-hash": "464a27491cadb5ffec2ea76772cae127", + "content-hash": "2aaf08fdfad7ab39074f4acd6696ba44", "packages": [ { "name": "adodb/adodb-php", @@ -5238,16 +5238,16 @@ }, { "name": "smarty/smarty", - "version": "v4.5.5", + "version": "v4.3.1", "source": { "type": "git", "url": "https://github.com/smarty-php/smarty.git", - "reference": "c4851c12e34ff80073ddeb7d98b059d57dea9de2" + "reference": "e28cb0915b4e3749bf57d4ebae2984e25395cfe5" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/smarty-php/smarty/zipball/c4851c12e34ff80073ddeb7d98b059d57dea9de2", - "reference": "c4851c12e34ff80073ddeb7d98b059d57dea9de2", + "url": "https://api.github.com/repos/smarty-php/smarty/zipball/e28cb0915b4e3749bf57d4ebae2984e25395cfe5", + "reference": "e28cb0915b4e3749bf57d4ebae2984e25395cfe5", "shasum": "" }, "require": { @@ -5298,9 +5298,9 @@ "support": { "forum": "https://github.com/smarty-php/smarty/discussions", "issues": "https://github.com/smarty-php/smarty/issues", - "source": "https://github.com/smarty-php/smarty/tree/v4.5.5" + "source": "https://github.com/smarty-php/smarty/tree/v4.3.1" }, - "time": "2024-11-21T22:06:22+00:00" + "time": "2023-03-28T19:47:03+00:00" }, { "name": "sokil/php-isocodes",