From 103f2572034999c2f4db37a63c9e1f393b125dbf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 7 Feb 2025 16:14:11 +0000 Subject: [PATCH] Bump smarty/smarty from 4.5.3 to 5.4.3 Bumps [smarty/smarty](https://github.com/smarty-php/smarty) from 4.5.3 to 5.4.3. - [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.3) --- updated-dependencies: - dependency-name: smarty/smarty dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- composer.json | 2 +- composer.lock | 30 +++++++++++++++++------------- 2 files changed, 18 insertions(+), 14 deletions(-) diff --git a/composer.json b/composer.json index 24deb0f3..01a0a96f 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.3", "sendgrid/sendgrid": "^7.3", "google/cloud-logging": "^1.18", "auth0/auth0-php": "^8.0.5", diff --git a/composer.lock b/composer.lock index 10f8dda0..51f2361e 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": "31c4b491c85c8fe367ca34b79b42e3cb", "packages": [ { "name": "auth0/auth0-php", @@ -4841,35 +4841,39 @@ }, { "name": "smarty/smarty", - "version": "v4.5.3", + "version": "v5.4.3", "source": { "type": "git", "url": "https://github.com/smarty-php/smarty.git", - "reference": "9fc96a13dbaf546c3d7bcf95466726578cd4e0fa" + "reference": "c6bff5795081ca5e60aabda59fb87daa511acd1e" }, "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/c6bff5795081ca5e60aabda59fb87daa511acd1e", + "reference": "c6bff5795081ca5e60aabda59fb87daa511acd1e", "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,9 @@ "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.3" }, - "time": "2024-05-28T21:46:01+00:00" + "time": "2024-12-23T00:38:44+00:00" }, { "name": "starkbank/ecdsa",