From c2e97ff25e9e2bd18754447c71c0bbb1d5c1e555 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 29 May 2024 18:46:32 +0000 Subject: [PATCH] Bump smarty/smarty from 3.1.48 to 4.5.3 Bumps [smarty/smarty](https://github.com/smarty-php/smarty) from 3.1.48 to 4.5.3. - [Release notes](https://github.com/smarty-php/smarty/releases) - [Changelog](https://github.com/smarty-php/smarty/blob/v4.5.3/CHANGELOG.md) - [Commits](https://github.com/smarty-php/smarty/compare/v3.1.48...v4.5.3) --- updated-dependencies: - dependency-name: smarty/smarty dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- composer.json | 2 +- composer.lock | 31 +++++++++++++++++-------------- 2 files changed, 18 insertions(+), 15 deletions(-) diff --git a/composer.json b/composer.json index 81d3a48..f22a513 100644 --- a/composer.json +++ b/composer.json @@ -7,7 +7,7 @@ "homepage": "https://www.webdevlabs.com", "license": "MIT", "require": { - "smarty/smarty": "^3.1", + "smarty/smarty": "^4.5", "tedivm/stash": "^0.14.1", "php-di/php-di": "^5.4", "phroute/phroute": "^2.1", diff --git a/composer.lock b/composer.lock index 33fe62d..f6bba2b 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": "7051ec6af46fe7d1d46064fa805ede25", + "content-hash": "5ec71050811b5f2a1e1f5f16e433aae5", "packages": [ { "name": "container-interop/container-interop", @@ -1015,29 +1015,29 @@ }, { "name": "smarty/smarty", - "version": "v3.1.48", + "version": "v4.5.3", "source": { "type": "git", "url": "https://github.com/smarty-php/smarty.git", - "reference": "2fc443806cdcaee4441be4d0bb09f8fa56a17f2c" + "reference": "9fc96a13dbaf546c3d7bcf95466726578cd4e0fa" }, "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/9fc96a13dbaf546c3d7bcf95466726578cd4e0fa", + "reference": "9fc96a13dbaf546c3d7bcf95466726578cd4e0fa", "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": { @@ -1061,20 +1061,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.5.3" }, - "time": "2023-03-28T19:45:54+00:00" + "time": "2024-05-28T21:46:01+00:00" }, { "name": "symfony/polyfill-mbstring", @@ -1550,5 +1553,5 @@ "prefer-lowest": false, "platform": [], "platform-dev": [], - "plugin-api-version": "2.3.0" + "plugin-api-version": "2.6.0" }