diff options
author | Mario <mario@mariovavti.com> | 2022-02-11 09:27:35 +0000 |
---|---|---|
committer | Mario <mario@mariovavti.com> | 2022-02-11 09:27:35 +0000 |
commit | 7d75d0cfbdca9914814dd5c8390a45eaf377b48d (patch) | |
tree | 83213d967c19006c38685a45a9f9459f48e9a43d /vendor/composer/installed.json | |
parent | 5468de2c6ad5187cd51201cda929c3e54cc2938f (diff) | |
download | volse-hubzilla-7d75d0cfbdca9914814dd5c8390a45eaf377b48d.tar.gz volse-hubzilla-7d75d0cfbdca9914814dd5c8390a45eaf377b48d.tar.bz2 volse-hubzilla-7d75d0cfbdca9914814dd5c8390a45eaf377b48d.zip |
composer update smarty to version 4.1
Diffstat (limited to 'vendor/composer/installed.json')
-rw-r--r-- | vendor/composer/installed.json | 29 |
1 files changed, 16 insertions, 13 deletions
diff --git a/vendor/composer/installed.json b/vendor/composer/installed.json index 7636f75d7..4a32ee7c8 100644 --- a/vendor/composer/installed.json +++ b/vendor/composer/installed.json @@ -1542,31 +1542,31 @@ }, { "name": "smarty/smarty", - "version": "v3.1.39", - "version_normalized": "3.1.39.0", + "version": "v4.1.0", + "version_normalized": "4.1.0.0", "source": { "type": "git", "url": "https://github.com/smarty-php/smarty.git", - "reference": "e27da524f7bcd7361e3ea5cdfa99c4378a7b5419" + "reference": "9e0536de18b53ba193364291ef0303b0ab9903e1" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/smarty-php/smarty/zipball/e27da524f7bcd7361e3ea5cdfa99c4378a7b5419", - "reference": "e27da524f7bcd7361e3ea5cdfa99c4378a7b5419", + "url": "https://api.github.com/repos/smarty-php/smarty/zipball/9e0536de18b53ba193364291ef0303b0ab9903e1", + "reference": "9e0536de18b53ba193364291ef0303b0ab9903e1", "shasum": "" }, "require": { - "php": ">=5.2" + "php": "^7.1 || ^8.0" }, "require-dev": { - "phpunit/phpunit": "^7.5 || ^6.5 || ^5.7 || ^4.8", + "phpunit/phpunit": "^8.5 || ^7.5", "smarty/smarty-lexer": "^3.1" }, - "time": "2021-02-17T21:57:51+00:00", + "time": "2022-02-06T20:34:27+00:00", "type": "library", "extra": { "branch-alias": { - "dev-master": "3.1.x-dev" + "dev-master": "4.0.x-dev" } }, "installation-source": "dist", @@ -1591,18 +1591,21 @@ { "name": "Rodney Rehm", "email": "rodney.rehm@medialize.de" + }, + { + "name": "Simon Wisselink", + "homepage": "https://www.iwink.nl/" } ], "description": "Smarty - the compiling PHP template engine", - "homepage": "http://www.smarty.net", + "homepage": "https://smarty-php.github.io/smarty/", "keywords": [ "templating" ], "support": { - "forum": "http://www.smarty.net/forums/", - "irc": "irc://irc.freenode.org/smarty", + "forum": "https://github.com/smarty-php/smarty/discussions", "issues": "https://github.com/smarty-php/smarty/issues", - "source": "https://github.com/smarty-php/smarty/tree/v3.1.39" + "source": "https://github.com/smarty-php/smarty/tree/v4.1.0" }, "install-path": "../smarty/smarty" }, |