From ecc740dd56c60687b0a9771853d9801b6ce7fd35 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 29 Mar 2023 18:33:23 +0000 Subject: [PATCH] Bump smarty/smarty from 3.1.33 to 3.1.48 Bumps [smarty/smarty](https://github.com/smarty-php/smarty) from 3.1.33 to 3.1.48. - [Release notes](https://github.com/smarty-php/smarty/releases) - [Changelog](https://github.com/smarty-php/smarty/blob/v3.1.48/CHANGELOG.md) - [Commits](https://github.com/smarty-php/smarty/compare/v3.1.33...v3.1.48) --- updated-dependencies: - dependency-name: smarty/smarty dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- composer.lock | 20 ++++++++++++-------- 1 file changed, 12 insertions(+), 8 deletions(-) diff --git a/composer.lock b/composer.lock index 46e85cc..7833ad7 100644 --- a/composer.lock +++ b/composer.lock @@ -193,20 +193,24 @@ }, { "name": "smarty/smarty", - "version": "v3.1.33", + "version": "v3.1.48", "source": { "type": "git", "url": "https://github.com/smarty-php/smarty.git", - "reference": "dd55b23121e55a3b4f1af90a707a6c4e5969530f" + "reference": "2fc443806cdcaee4441be4d0bb09f8fa56a17f2c" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/smarty-php/smarty/zipball/dd55b23121e55a3b4f1af90a707a6c4e5969530f", - "reference": "dd55b23121e55a3b4f1af90a707a6c4e5969530f", + "url": "https://api.github.com/repos/smarty-php/smarty/zipball/2fc443806cdcaee4441be4d0bb09f8fa56a17f2c", + "reference": "2fc443806cdcaee4441be4d0bb09f8fa56a17f2c", "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": { @@ -215,8 +219,8 @@ } }, "autoload": { - "files": [ - "libs/bootstrap.php" + "classmap": [ + "libs/" ] }, "notification-url": "https://packagist.org/downloads/", @@ -242,7 +246,7 @@ "keywords": [ "templating" ], - "time": "2018-09-12T20:54:16+00:00" + "time": "2023-03-28T19:45:54+00:00" }, { "name": "symfony/polyfill-php80",