From 2eec45b8954f036187ee566227bf701d863d0918 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 6 Apr 2023 06:26:04 +0000 Subject: [PATCH] Bump smarty/smarty from 3.1.48 to 4.3.1 Bumps [smarty/smarty](https://github.com/smarty-php/smarty) from 3.1.48 to 4.3.1. - [Release notes](https://github.com/smarty-php/smarty/releases) - [Changelog](https://github.com/smarty-php/smarty/blob/master/CHANGELOG.md) - [Commits](https://github.com/smarty-php/smarty/compare/v3.1.48...v4.3.1) --- updated-dependencies: - dependency-name: smarty/smarty dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- composer.json | 2 +- composer.lock | 29 ++++++++++++++++------------- 2 files changed, 17 insertions(+), 14 deletions(-) diff --git a/composer.json b/composer.json index 9a6165d82..c5daf3602 100644 --- a/composer.json +++ b/composer.json @@ -108,7 +108,7 @@ "scssphp/scssphp": "~1.11.0", "sebastian/phpcpd": "^6.0", "siad007/versioncontrol_hg": "^1.0", - "smarty/smarty": "^3.1", + "smarty/smarty": "^4.3", "squizlabs/php_codesniffer": "^3.5", "symfony/config": "^5.2|^6.0", "symfony/dependency-injection": "^5.2|^6.0", diff --git a/composer.lock b/composer.lock index 82e4eb46f..03e083c55 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": "543e8efe5384aeef9c8a8e02f8bf5775", + "content-hash": "d53e78e4ef672ba1c72ba6e662ccb037", "packages": [ { "name": "psr/cache", @@ -7884,29 +7884,29 @@ }, { "name": "smarty/smarty", - "version": "v3.1.48", + "version": "v4.3.1", "source": { "type": "git", "url": "https://github.com/smarty-php/smarty.git", - "reference": "2fc443806cdcaee4441be4d0bb09f8fa56a17f2c" + "reference": "e28cb0915b4e3749bf57d4ebae2984e25395cfe5" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/smarty-php/smarty/zipball/2fc443806cdcaee4441be4d0bb09f8fa56a17f2c", - "reference": "2fc443806cdcaee4441be4d0bb09f8fa56a17f2c", + "url": "https://api.github.com/repos/smarty-php/smarty/zipball/e28cb0915b4e3749bf57d4ebae2984e25395cfe5", + "reference": "e28cb0915b4e3749bf57d4ebae2984e25395cfe5", "shasum": "" }, "require": { - "php": "^5.2 || ^7.0" + "php": "^7.1 || ^8.0" }, "require-dev": { - "phpunit/phpunit": "^7.5 || ^6.5 || ^5.7 || ^4.8", + "phpunit/phpunit": "^8.5 || ^7.5", "smarty/smarty-lexer": "^3.1" }, "type": "library", "extra": { "branch-alias": { - "dev-master": "3.1.x-dev" + "dev-master": "4.0.x-dev" } }, "autoload": { @@ -7930,20 +7930,23 @@ { "name": "Rodney Rehm", "email": "rodney.rehm@medialize.de" + }, + { + "name": "Simon Wisselink", + "homepage": "https://www.iwink.nl/" } ], "description": "Smarty - the compiling PHP template engine", - "homepage": "http://www.smarty.net", + "homepage": "https://smarty-php.github.io/smarty/", "keywords": [ "templating" ], "support": { - "forum": "http://www.smarty.net/forums/", - "irc": "irc://irc.freenode.org/smarty", + "forum": "https://github.com/smarty-php/smarty/discussions", "issues": "https://github.com/smarty-php/smarty/issues", - "source": "https://github.com/smarty-php/smarty/tree/v3.1.48" + "source": "https://github.com/smarty-php/smarty/tree/v4.3.1" }, - "time": "2023-03-28T19:45:54+00:00" + "time": "2023-03-28T19:47:03+00:00" }, { "name": "squizlabs/php_codesniffer",