From 2b55816d22eec8e5e86e59f9f2c5c1be5cf36b81 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Mar 2024 18:17:07 +0000 Subject: [PATCH] chore(deps-dev): update smarty/smarty requirement || ^5.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/v4.4.0...v5.0.0) --- updated-dependencies: - dependency-name: smarty/smarty dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- composer.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index b6472be..e2777e5 100644 --- a/composer.json +++ b/composer.json @@ -100,7 +100,7 @@ "phpstan/phpstan": "^1.10", "phpunit/phpunit": "^10.5", "shuchkin/simplexlsxgen": "^1.4", - "smarty/smarty": "^4.4", + "smarty/smarty": "^4.4 || ^5.0", "spatie/array-to-xml": "^3.2", "squizlabs/php_codesniffer": "^3.9", "thiagoalessio/tesseract_ocr": "^2.13", @@ -137,7 +137,7 @@ "phpstan/phpstan": "^1.10", "phpunit/phpunit": "^10.5", "shuchkin/simplexlsxgen": "^1.4", - "smarty/smarty": "^4.4", + "smarty/smarty": "^4.4 || ^5.0", "spatie/array-to-xml": "^3.2", "squizlabs/php_codesniffer": "^3.9", "thiagoalessio/tesseract_ocr": "^2.13",