From 1fa60d7364c5cf2556c999bb509beb566904c691 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 16 Sep 2022 23:57:16 +0000 Subject: [PATCH] Bump smarty/smarty from 3.1.18 to 3.1.47 Bumps [smarty/smarty](https://github.com/smarty-php/smarty) from 3.1.18 to 3.1.47. - [Release notes](https://github.com/smarty-php/smarty/releases) - [Changelog](https://github.com/smarty-php/smarty/blob/v3.1.47/CHANGELOG.md) - [Commits](https://github.com/smarty-php/smarty/compare/v3.1.18...v3.1.47) --- updated-dependencies: - dependency-name: smarty/smarty dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- composer.json | 2 +- composer.lock | 54 ++++++++++++++++++++++++++++++++++++--------------- 2 files changed, 39 insertions(+), 17 deletions(-) diff --git a/composer.json b/composer.json index 39d5578..05a6a7f 100644 --- a/composer.json +++ b/composer.json @@ -18,7 +18,7 @@ "ext-curl": "*", "ext-mbstring": "*", "gregwar/image": "2.*", - "smarty/smarty": "3.1.18", + "smarty/smarty": "3.1.47", "mobiledetect/mobiledetectlib": "^2.8", "phpmailer/phpmailer": "~6.0" } diff --git a/composer.lock b/composer.lock index 05f4a84..c2af607 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": "aeb7b3c2c1dfa902584318c2fd1401e1", + "content-hash": "35a8cf85411347d15b890004abb35d79", "packages": [ { "name": "gregwar/cache", @@ -123,12 +123,12 @@ }, "type": "library", "autoload": { - "classmap": [ - "Mobile_Detect.php" - ], "psr-0": { "Detection": "namespaced/" - } + }, + "classmap": [ + "Mobile_Detect.php" + ] }, "notification-url": "https://packagist.org/downloads/", "license": [ @@ -213,24 +213,42 @@ } ], "description": "PHPMailer is a full-featured email creation and transfer class for PHP", + "funding": [ + { + "url": "https://marcus.bointon.com/donations/", + "type": "custom" + }, + { + "url": "https://github.com/Synchro", + "type": "github" + }, + { + "url": "https://www.patreon.com/marcusbointon", + "type": "patreon" + } + ], "time": "2020-03-14T14:23:48+00:00" }, { "name": "smarty/smarty", - "version": "v3.1.18", + "version": "v3.1.47", "source": { "type": "git", "url": "https://github.com/smarty-php/smarty.git", - "reference": "bf1de6c1051ec648b546839ad84eeead76aea819" + "reference": "a09364fe1706cb465e910eb040e592053d7effb8" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/smarty-php/smarty/zipball/bf1de6c1051ec648b546839ad84eeead76aea819", - "reference": "bf1de6c1051ec648b546839ad84eeead76aea819", + "url": "https://api.github.com/repos/smarty-php/smarty/zipball/a09364fe1706cb465e910eb040e592053d7effb8", + "reference": "a09364fe1706cb465e910eb040e592053d7effb8", "shasum": "" }, "require": { - "php": ">=5.2" + "php": "^5.2 || ^7.0" + }, + "require-dev": { + "phpunit/phpunit": "^7.5 || ^6.5 || ^5.7 || ^4.8", + "smarty/smarty-lexer": "^3.1" }, "type": "library", "extra": { @@ -240,9 +258,7 @@ }, "autoload": { "classmap": [ - "libs/Smarty.class.php", - "libs/SmartyBC.class.php", - "libs/sysplugins/smarty_security.php" + "libs/" ] }, "notification-url": "https://packagist.org/downloads/", @@ -268,7 +284,7 @@ "keywords": [ "templating" ], - "time": "2014-10-31T01:15:15+00:00" + "time": "2022-09-14T11:29:00+00:00" } ], "packages-dev": [], @@ -277,6 +293,12 @@ "stability-flags": [], "prefer-stable": false, "prefer-lowest": false, - "platform": [], - "platform-dev": [] + "platform": { + "ext-simplexml": "*", + "ext-json": "*", + "ext-curl": "*", + "ext-mbstring": "*" + }, + "platform-dev": [], + "plugin-api-version": "1.1.0" }