From acc8360f295640977b2893590127e8eca1f044ec Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 25 May 2022 23:07:45 +0000 Subject: [PATCH] Bump smarty/smarty from 3.1.27 to 3.1.45 Bumps [smarty/smarty](https://github.com/smarty-php/smarty) from 3.1.27 to 3.1.45. - [Release notes](https://github.com/smarty-php/smarty/releases) - [Changelog](https://github.com/smarty-php/smarty/blob/v3.1.45/CHANGELOG.md) - [Commits](https://github.com/smarty-php/smarty/compare/v3.1.27...v3.1.45) --- updated-dependencies: - dependency-name: smarty/smarty dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- composer.lock | 35 +++++++++++++++++++++++------------ 1 file changed, 23 insertions(+), 12 deletions(-) diff --git a/composer.lock b/composer.lock index 71c70e4..0c9ac60 100644 --- a/composer.lock +++ b/composer.lock @@ -1,28 +1,32 @@ { "_readme": [ "This file locks the dependencies of your project to a known state", - "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file", + "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "hash": "1c85d5ad2b5620e03792f97db6fc392b", + "content-hash": "81e8e1c66f42c2f6a3c47252906f2b1c", "packages": [ { "name": "smarty/smarty", - "version": "v3.1.27", + "version": "v3.1.45", "source": { "type": "git", "url": "https://github.com/smarty-php/smarty.git", - "reference": "4537d8aae6c4a26f5439bc3a05d3437d25c2c4d2" + "reference": "a2713ab89e6d773bc4819f11857af7f6b2e353a9" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/smarty-php/smarty/zipball/4537d8aae6c4a26f5439bc3a05d3437d25c2c4d2", - "reference": "4537d8aae6c4a26f5439bc3a05d3437d25c2c4d2", + "url": "https://api.github.com/repos/smarty-php/smarty/zipball/a2713ab89e6d773bc4819f11857af7f6b2e353a9", + "reference": "a2713ab89e6d773bc4819f11857af7f6b2e353a9", "shasum": "" }, "require": { "php": ">=5.2" }, + "require-dev": { + "phpunit/phpunit": "^7.5 || ^6.5 || ^5.7 || ^4.8", + "smarty/smarty-lexer": "^3.1" + }, "type": "library", "extra": { "branch-alias": { @@ -31,9 +35,7 @@ }, "autoload": { "classmap": [ - "libs/Smarty.class.php", - "libs/SmartyBC.class.php", - "libs/sysplugins/" + "libs/" ] }, "notification-url": "https://packagist.org/downloads/", @@ -59,7 +61,13 @@ "keywords": [ "templating" ], - "time": "2015-06-18 00:55:59" + "support": { + "forum": "http://www.smarty.net/forums/", + "irc": "irc://irc.freenode.org/smarty", + "issues": "https://github.com/smarty-php/smarty/issues", + "source": "https://github.com/smarty-php/smarty/tree/v3.1.45" + }, + "time": "2022-05-17T12:57:52+00:00" } ], "packages-dev": [], @@ -68,6 +76,9 @@ "stability-flags": [], "prefer-stable": false, "prefer-lowest": false, - "platform": [], - "platform-dev": [] + "platform": { + "php": ">=7.0" + }, + "platform-dev": [], + "plugin-api-version": "2.3.0" }