From e81bb20013bdbfc517f12e2242347d8b2000041a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 25 May 2022 23:07:28 +0000 Subject: [PATCH] Bump smarty/smarty from 4.0.0 to 4.1.1 Bumps [smarty/smarty](https://github.com/smarty-php/smarty) from 4.0.0 to 4.1.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/v4.0.0...v4.1.1) --- updated-dependencies: - dependency-name: smarty/smarty dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- composer.lock | 23 ++++++++++++----------- 1 file changed, 12 insertions(+), 11 deletions(-) diff --git a/composer.lock b/composer.lock index 158cf635..28f24851 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": "4cab1ad093ed4a0fc4a2ae861ba5bc5a", + "content-hash": "a554da88ccf098977deabb4371001afc", "packages": [ { "name": "doctrine/lexer", @@ -1050,16 +1050,16 @@ }, { "name": "smarty/smarty", - "version": "v4.0.0", + "version": "v4.1.1", "source": { "type": "git", "url": "https://github.com/smarty-php/smarty.git", - "reference": "baebd59bb4da9fca89da382811b38c8313949c49" + "reference": "71036be8be02bf93735c47b0b745f722efbc729f" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/smarty-php/smarty/zipball/baebd59bb4da9fca89da382811b38c8313949c49", - "reference": "baebd59bb4da9fca89da382811b38c8313949c49", + "url": "https://api.github.com/repos/smarty-php/smarty/zipball/71036be8be02bf93735c47b0b745f722efbc729f", + "reference": "71036be8be02bf93735c47b0b745f722efbc729f", "shasum": "" }, "require": { @@ -1103,16 +1103,16 @@ } ], "description": "Smarty - the compiling PHP template engine", - "homepage": "https://www.smarty.net", + "homepage": "https://smarty-php.github.io/smarty/", "keywords": [ "templating" ], "support": { - "forum": "https://www.smarty.net/forums/", + "forum": "https://github.com/smarty-php/smarty/discussions", "issues": "https://github.com/smarty-php/smarty/issues", - "source": "https://github.com/smarty-php/smarty/tree/v4.0.0" + "source": "https://github.com/smarty-php/smarty/tree/v4.1.1" }, - "time": "2021-11-25T21:18:25+00:00" + "time": "2022-05-17T12:56:28+00:00" }, { "name": "symfony/polyfill-intl-idn", @@ -5956,11 +5956,12 @@ "platform": { "php": ">=7.3.0", "ext-pdo": "*", - "ext-json": "*" + "ext-json": "*", + "ext-intl": "*" }, "platform-dev": [], "platform-overrides": { "php": "7.3.0" }, - "plugin-api-version": "2.1.0" + "plugin-api-version": "2.3.0" }