diff --git a/composer.lock b/composer.lock index 46e85cc..6e1cad7 100644 --- a/composer.lock +++ b/composer.lock @@ -193,20 +193,24 @@ }, { "name": "smarty/smarty", - "version": "v3.1.33", + "version": "v3.1.47", "source": { "type": "git", "url": "https://github.com/smarty-php/smarty.git", - "reference": "dd55b23121e55a3b4f1af90a707a6c4e5969530f" + "reference": "a09364fe1706cb465e910eb040e592053d7effb8" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/smarty-php/smarty/zipball/dd55b23121e55a3b4f1af90a707a6c4e5969530f", - "reference": "dd55b23121e55a3b4f1af90a707a6c4e5969530f", + "url": "https://api.github.com/repos/smarty-php/smarty/zipball/a09364fe1706cb465e910eb040e592053d7effb8", + "reference": "a09364fe1706cb465e910eb040e592053d7effb8", "shasum": "" }, "require": { - "php": ">=5.2" + "php": "^5.2 || ^7.0" + }, + "require-dev": { + "phpunit/phpunit": "^7.5 || ^6.5 || ^5.7 || ^4.8", + "smarty/smarty-lexer": "^3.1" }, "type": "library", "extra": { @@ -215,8 +219,8 @@ } }, "autoload": { - "files": [ - "libs/bootstrap.php" + "classmap": [ + "libs/" ] }, "notification-url": "https://packagist.org/downloads/", @@ -242,7 +246,7 @@ "keywords": [ "templating" ], - "time": "2018-09-12T20:54:16+00:00" + "time": "2022-09-14T11:29:00+00:00" }, { "name": "symfony/polyfill-php80",