From 4099d31b935f0b01159b2a851c438cb30d20179a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 12 Jan 2022 22:50:55 +0000 Subject: [PATCH] Bump smarty/smarty from 3.1.36 to 3.1.43 Bumps smarty/smarty from 3.1.36 to 3.1.43. --- updated-dependencies: - dependency-name: smarty/smarty dependency-type: indirect ... Signed-off-by: dependabot[bot] --- composer.lock | 25 +++++++++++++++++++------ 1 file changed, 19 insertions(+), 6 deletions(-) diff --git a/composer.lock b/composer.lock index 42ab440..9ce7908 100644 --- a/composer.lock +++ b/composer.lock @@ -31,6 +31,9 @@ ] }, "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], "authors": [ { "name": "Paul Clegg", @@ -2620,6 +2623,16 @@ "identifier", "uuid" ], + "funding": [ + { + "url": "https://github.com/ramsey", + "type": "github" + }, + { + "url": "https://tidelift.com/funding/github/packagist/ramsey/uuid", + "type": "tidelift" + } + ], "time": "2020-02-21T04:36:14+00:00" }, { @@ -2849,23 +2862,23 @@ }, { "name": "smarty/smarty", - "version": "v3.1.36", + "version": "v3.1.43", "source": { "type": "git", "url": "https://github.com/smarty-php/smarty.git", - "reference": "fd148f7ade295014fff77f89ee3d5b20d9d55451" + "reference": "273f7e00fec034f6d61112552e9caf08d19565b7" }, "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/273f7e00fec034f6d61112552e9caf08d19565b7", + "reference": "273f7e00fec034f6d61112552e9caf08d19565b7", "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", @@ -2902,7 +2915,7 @@ "keywords": [ "templating" ], - "time": "2020-04-14T14:44:26+00:00" + "time": "2022-01-10T09:52:40+00:00" }, { "name": "symfony/console",