From 63418eaba54c55deb78b4972ea423edb889d1c54 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 14 Apr 2025 15:13:24 +0000 Subject: [PATCH] Bump smarty/smarty from 4.5.3 to 5.4.4 Bumps [smarty/smarty](https://github.com/smarty-php/smarty) from 4.5.3 to 5.4.4. - [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.5.3...v5.4.4) --- updated-dependencies: - dependency-name: smarty/smarty dependency-version: 5.4.4 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- composer.json | 2 +- composer.lock | 36 +++++++++++++++++++++++------------- 2 files changed, 24 insertions(+), 14 deletions(-) diff --git a/composer.json b/composer.json index 24deb0f3..179d2be4 100644 --- a/composer.json +++ b/composer.json @@ -11,7 +11,7 @@ "symfony/yaml": "^5.0", "google/cloud-storage": "^1.12", "opencensus/opencensus-exporter-stackdriver": "^0.1.0", - "smarty/smarty": "^4.5.3", + "smarty/smarty": "^5.4.4", "sendgrid/sendgrid": "^7.3", "google/cloud-logging": "^1.18", "auth0/auth0-php": "^8.0.5", diff --git a/composer.lock b/composer.lock index 23c67916..bfca461e 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": "3460293222cae02a76703c727342fc4f", + "content-hash": "14e3cfce56540f1dbdeaf9d73e9cf906", "packages": [ { "name": "auth0/auth0-php", @@ -4841,35 +4841,39 @@ }, { "name": "smarty/smarty", - "version": "v4.5.3", + "version": "v5.4.4", "source": { "type": "git", "url": "https://github.com/smarty-php/smarty.git", - "reference": "9fc96a13dbaf546c3d7bcf95466726578cd4e0fa" + "reference": "df4795b803df99645abaebca57db65442754246d" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/smarty-php/smarty/zipball/9fc96a13dbaf546c3d7bcf95466726578cd4e0fa", - "reference": "9fc96a13dbaf546c3d7bcf95466726578cd4e0fa", + "url": "https://api.github.com/repos/smarty-php/smarty/zipball/df4795b803df99645abaebca57db65442754246d", + "reference": "df4795b803df99645abaebca57db65442754246d", "shasum": "" }, "require": { - "php": "^7.1 || ^8.0" + "php": "^7.2 || ^8.0", + "symfony/polyfill-mbstring": "^1.27" }, "require-dev": { "phpunit/phpunit": "^8.5 || ^7.5", - "smarty/smarty-lexer": "^3.1" + "smarty/smarty-lexer": "^4.0.2" }, "type": "library", "extra": { "branch-alias": { - "dev-master": "4.0.x-dev" + "dev-master": "5.0.x-dev" } }, "autoload": { - "classmap": [ - "libs/" - ] + "files": [ + "src/functions.php" + ], + "psr-4": { + "Smarty\\": "src/" + } }, "notification-url": "https://packagist.org/downloads/", "license": [ @@ -4901,9 +4905,15 @@ "support": { "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.5.3" + "source": "https://github.com/smarty-php/smarty/tree/v5.4.4" }, - "time": "2024-05-28T21:46:01+00:00" + "funding": [ + { + "url": "https://github.com/wisskid", + "type": "github" + } + ], + "time": "2025-04-13T20:12:10+00:00" }, { "name": "starkbank/ecdsa",