diff --git a/composer.json b/composer.json index b14ecf335..aa124f34a 100644 --- a/composer.json +++ b/composer.json @@ -42,7 +42,7 @@ "psr/container": "^1.0", "psr/log": "^1.0", "slim/slim": "^3.8", - "smarty/smarty": "^2.6", + "smarty/smarty": "^3.1", "soundasleep/html2text": "~0.5", "symfony/options-resolver": "^3.4", "symfony/validator": "^3.4", diff --git a/composer.lock b/composer.lock index 5d29e12b1..b3c9320cb 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": "f03ead2eccf4a5773120321c0fb719d2", + "content-hash": "32ac3700745daa3aa8a9062f63012d13", "packages": [ { "name": "consolidation/annotated-command", @@ -2089,32 +2089,34 @@ }, { "name": "smarty/smarty", - "version": "v2.6.31", + "version": "v3.1.39", "source": { "type": "git", "url": "https://github.com/smarty-php/smarty.git", - "reference": "4ab9757b492f08a38f68123a6e7c1df7110bbc49" + "reference": "e27da524f7bcd7361e3ea5cdfa99c4378a7b5419" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/smarty-php/smarty/zipball/4ab9757b492f08a38f68123a6e7c1df7110bbc49", - "reference": "4ab9757b492f08a38f68123a6e7c1df7110bbc49", + "url": "https://api.github.com/repos/smarty-php/smarty/zipball/e27da524f7bcd7361e3ea5cdfa99c4378a7b5419", + "reference": "e27da524f7bcd7361e3ea5cdfa99c4378a7b5419", "shasum": "" }, "require": { "php": ">=5.2" }, + "require-dev": { + "phpunit/phpunit": "^7.5 || ^6.5 || ^5.7 || ^4.8", + "smarty/smarty-lexer": "^3.1" + }, "type": "library", "extra": { "branch-alias": { - "dev-master": "2.6.x-dev" + "dev-master": "3.1.x-dev" } }, "autoload": { "classmap": [ - "libs/Smarty.class.php", - "libs/Smarty_Compiler.class.php", - "libs/Config_File.class.php" + "libs/" ] }, "notification-url": "https://packagist.org/downloads/", @@ -2129,6 +2131,10 @@ { "name": "Uwe Tews", "email": "uwe.tews@googlemail.com" + }, + { + "name": "Rodney Rehm", + "email": "rodney.rehm@medialize.de" } ], "description": "Smarty - the compiling PHP template engine", @@ -2136,7 +2142,7 @@ "keywords": [ "templating" ], - "time": "2017-11-03T06:39:13+00:00" + "time": "2021-02-17T21:57:51+00:00" }, { "name": "soundasleep/html2text", @@ -4653,6 +4659,7 @@ "faker", "fixtures" ], + "abandoned": true, "time": "2019-12-12T13:22:17+00:00" }, { @@ -6505,12 +6512,12 @@ "version": "1.9.1", "source": { "type": "git", - "url": "https://github.com/webmozart/assert.git", + "url": "https://github.com/webmozarts/assert.git", "reference": "bafc69caeb4d49c39fd0779086c03a3738cbb389" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/webmozart/assert/zipball/bafc69caeb4d49c39fd0779086c03a3738cbb389", + "url": "https://api.github.com/repos/webmozarts/assert/zipball/bafc69caeb4d49c39fd0779086c03a3738cbb389", "reference": "bafc69caeb4d49c39fd0779086c03a3738cbb389", "shasum": "" },