From d095d147cd2d7ff5e35f2fdf0a9d5a82ccded553 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 17 May 2024 19:56:27 +0000 Subject: [PATCH] Update smarty/smarty requirement from >=3.1.48 <5.0.0 to >=3.1.48 <6.0.0 Updates the requirements on [smarty/smarty](https://github.com/smarty-php/smarty) to permit the latest version. - [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...v5.1.0) --- updated-dependencies: - dependency-name: smarty/smarty dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 0187a6f..f21fa01 100644 --- a/composer.json +++ b/composer.json @@ -35,7 +35,7 @@ "php": "^8.2 || ^8.3", "psr/http-message": "^1.0 || ^2.0", "psr/http-server-handler": "^1.0", - "smarty/smarty": ">=3.1.48 <5.0.0", + "smarty/smarty": ">=3.1.48 <6.0.0", "symfony/debug": "<5.0.0", "symfony/console": ">=4.0.0", "roave/security-advisories": "dev-latest"