diff options
author | Mario <mario@mariovavti.com> | 2021-02-15 18:23:26 +0000 |
---|---|---|
committer | Mario <mario@mariovavti.com> | 2021-02-15 18:23:26 +0000 |
commit | ba29a6ce4d37b9466d25632975562a5ffe2d5f13 (patch) | |
tree | 82a4d925152a8136df576bc2434bda667631cc70 /composer.lock | |
parent | d72a096fa55e1b0c9d78a0fc0fa5a0b72988c69d (diff) | |
download | volse-hubzilla-ba29a6ce4d37b9466d25632975562a5ffe2d5f13.tar.gz volse-hubzilla-ba29a6ce4d37b9466d25632975562a5ffe2d5f13.tar.bz2 volse-hubzilla-ba29a6ce4d37b9466d25632975562a5ffe2d5f13.zip |
composer update smarty
Diffstat (limited to 'composer.lock')
-rw-r--r-- | composer.lock | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/composer.lock b/composer.lock index fcd90e12d..b78c8cf41 100644 --- a/composer.lock +++ b/composer.lock @@ -1406,23 +1406,23 @@ }, { "name": "smarty/smarty", - "version": "v3.1.36", + "version": "v3.1.38", "source": { "type": "git", "url": "https://github.com/smarty-php/smarty.git", - "reference": "fd148f7ade295014fff77f89ee3d5b20d9d55451" + "reference": "63b3c0aed0f614880cda21a5c08c606e97b489bb" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/smarty-php/smarty/zipball/fd148f7ade295014fff77f89ee3d5b20d9d55451", - "reference": "fd148f7ade295014fff77f89ee3d5b20d9d55451", + "url": "https://api.github.com/repos/smarty-php/smarty/zipball/63b3c0aed0f614880cda21a5c08c606e97b489bb", + "reference": "63b3c0aed0f614880cda21a5c08c606e97b489bb", "shasum": "" }, "require": { "php": ">=5.2" }, "require-dev": { - "phpunit/phpunit": "6.4.1", + "phpunit/phpunit": "^7.5 || ^6.5 || ^5.7 || ^4.8", "smarty/smarty-lexer": "^3.1" }, "type": "library", @@ -1463,9 +1463,9 @@ "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.36" + "source": "https://github.com/smarty-php/smarty/tree/v3.1.38" }, - "time": "2020-04-14T14:44:26+00:00" + "time": "2021-01-08T14:05:42+00:00" }, { "name": "symfony/polyfill-ctype", |