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 /vendor/composer/installed.json | |
parent | d72a096fa55e1b0c9d78a0fc0fa5a0b72988c69d (diff) | |
download | volse-hubzilla-ba29a6ce4d37b9466d25632975562a5ffe2d5f13.tar.gz volse-hubzilla-ba29a6ce4d37b9466d25632975562a5ffe2d5f13.tar.bz2 volse-hubzilla-ba29a6ce4d37b9466d25632975562a5ffe2d5f13.zip |
composer update smarty
Diffstat (limited to 'vendor/composer/installed.json')
-rw-r--r-- | vendor/composer/installed.json | 20 |
1 files changed, 13 insertions, 7 deletions
diff --git a/vendor/composer/installed.json b/vendor/composer/installed.json index 3fa4a6fac..9bb39f769 100644 --- a/vendor/composer/installed.json +++ b/vendor/composer/installed.json @@ -1432,27 +1432,27 @@ }, { "name": "smarty/smarty", - "version": "v3.1.36", - "version_normalized": "3.1.36.0", + "version": "v3.1.38", + "version_normalized": "3.1.38.0", "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" }, - "time": "2020-04-14T14:44:26+00:00", + "time": "2021-01-08T14:05:42+00:00", "type": "library", "extra": { "branch-alias": { @@ -1488,6 +1488,12 @@ "keywords": [ "templating" ], + "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.38" + }, "install-path": "../smarty/smarty" }, { |