From 5e5648757736fa224f1dd55b425e7cba6b853f28 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 16 Sep 2022 23:38:39 +0000 Subject: [PATCH] Bump smarty/smarty from 3.1.27 to 3.1.47 Bumps [smarty/smarty](https://github.com/smarty-php/smarty) from 3.1.27 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.27...v3.1.47) --- updated-dependencies: - dependency-name: smarty/smarty dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- composer.lock | 37 ++++++++++++++++++++++++------------- 1 file changed, 24 insertions(+), 13 deletions(-) diff --git a/composer.lock b/composer.lock index 71c70e4..9506a86 100644 --- a/composer.lock +++ b/composer.lock @@ -1,27 +1,31 @@ { "_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.47", "source": { "type": "git", "url": "https://github.com/smarty-php/smarty.git", - "reference": "4537d8aae6c4a26f5439bc3a05d3437d25c2c4d2" + "reference": "a09364fe1706cb465e910eb040e592053d7effb8" }, "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/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": { @@ -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.47" + }, + "time": "2022-09-14T11:29:00+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" }