diff --git a/composer.json b/composer.json index 7e8c79801..ae024ae3d 100644 --- a/composer.json +++ b/composer.json @@ -105,7 +105,7 @@ "roave/security-advisories": "dev-master", "scssphp/scssphp": "~1.11.0", "siad007/versioncontrol_hg": "^1.0", - "smarty/smarty": "^3.1", + "smarty/smarty": "^5.0", "squizlabs/php_codesniffer": "^3.5", "symfony/config": "^5.2|^6.0", "symfony/dependency-injection": "^5.2|^6.0", diff --git a/composer.lock b/composer.lock index fe22147a9..4522e00ae 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": "d236215a01286eb1d82008f4e5fba668", + "content-hash": "5b78306db820c0b111a462452c3c92d1", "packages": [ { "name": "psr/container", @@ -6369,35 +6369,39 @@ }, { "name": "smarty/smarty", - "version": "v3.1.48", + "version": "v5.0.2", "source": { "type": "git", "url": "https://github.com/smarty-php/smarty.git", - "reference": "2fc443806cdcaee4441be4d0bb09f8fa56a17f2c" + "reference": "bbd09c7bfaa6c2c091adc4568a944f765bb4f1d9" }, "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/bbd09c7bfaa6c2c091adc4568a944f765bb4f1d9", + "reference": "bbd09c7bfaa6c2c091adc4568a944f765bb4f1d9", "shasum": "" }, "require": { - "php": "^5.2 || ^7.0" + "php": "^7.2 || ^8.0", + "symfony/polyfill-mbstring": "^1.27" }, "require-dev": { - "phpunit/phpunit": "^7.5 || ^6.5 || ^5.7 || ^4.8", - "smarty/smarty-lexer": "^3.1" + "phpunit/phpunit": "^8.5 || ^7.5", + "smarty/smarty-lexer": "^4.0.2" }, "type": "library", "extra": { "branch-alias": { - "dev-master": "3.1.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": [ @@ -6415,20 +6419,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/v5.0.2" }, - "time": "2023-03-28T19:45:54+00:00" + "time": "2024-03-28T10:23:18+00:00" }, { "name": "squizlabs/php_codesniffer",