diff --git a/composer.lock b/composer.lock index 54dc221..4bc113e 100644 --- a/composer.lock +++ b/composer.lock @@ -1,10 +1,9 @@ { "_readme": [ "This file locks the dependencies of your project to a known state", - "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file", + "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "hash": "2bd9a5246079d4c6c6dda511094d927f", "content-hash": "caf50fb9a550cceb4e27561740858608", "packages": [ { @@ -61,24 +60,28 @@ "routing", "sinatra" ], - "time": "2014-11-07 07:35:23" + "time": "2014-11-07T07:35:23+00:00" }, { "name": "smarty/smarty", - "version": "v3.1.28", + "version": "v3.1.48", "source": { "type": "git", "url": "https://github.com/smarty-php/smarty.git", - "reference": "d234f79203ca236093989c579c824a1a882d1153" + "reference": "2fc443806cdcaee4441be4d0bb09f8fa56a17f2c" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/smarty-php/smarty/zipball/d234f79203ca236093989c579c824a1a882d1153", - "reference": "d234f79203ca236093989c579c824a1a882d1153", + "url": "https://api.github.com/repos/smarty-php/smarty/zipball/2fc443806cdcaee4441be4d0bb09f8fa56a17f2c", + "reference": "2fc443806cdcaee4441be4d0bb09f8fa56a17f2c", "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": { @@ -88,9 +91,7 @@ }, "autoload": { "classmap": [ - "libs/Smarty.class.php", - "libs/SmartyBC.class.php", - "libs/sysplugins/" + "libs/" ] }, "notification-url": "https://packagist.org/downloads/", @@ -116,7 +117,13 @@ "keywords": [ "templating" ], - "time": "2015-12-13 14:19:58" + "support": { + "forum": "http://www.smarty.net/forums/", + "irc": "irc://irc.freenode.org/smarty", + "issues": "https://github.com/smarty-php/smarty/issues", + "source": "https://github.com/smarty-php/smarty/tree/v3.1.48" + }, + "time": "2023-03-28T19:45:54+00:00" } ], "packages-dev": [], @@ -128,5 +135,6 @@ "platform": { "php": ">=5.6" }, - "platform-dev": [] + "platform-dev": [], + "plugin-api-version": "2.3.0" }