diff --git a/composer.json b/composer.json index 2d7a3ed..208bac6 100644 --- a/composer.json +++ b/composer.json @@ -20,7 +20,7 @@ "ext-curl": "*", "ext-mbstring": "*", "gregwar/image": "2.*", - "smarty/smarty": "3.1.39", + "smarty/smarty": "3.1.47", "mobiledetect/mobiledetectlib": "^2.8", "phpmailer/phpmailer": "~6.0" } diff --git a/composer.lock b/composer.lock index a0d1460..582be89 100644 --- a/composer.lock +++ b/composer.lock @@ -4,7 +4,7 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "content-hash": "6fc9608419bb3ec2d67226f7eaae99ec", + "content-hash": "35a8cf85411347d15b890004abb35d79", "packages": [ { "name": "gregwar/cache", @@ -123,12 +123,12 @@ }, "type": "library", "autoload": { - "classmap": [ - "Mobile_Detect.php" - ], "psr-0": { "Detection": "namespaced/" - } + }, + "classmap": [ + "Mobile_Detect.php" + ] }, "notification-url": "https://packagist.org/downloads/", "license": [ @@ -151,6 +151,12 @@ "mobile detector", "php mobile detect" ], + "funding": [ + { + "url": "https://github.com/serbanghita", + "type": "github" + } + ], "time": "2021-02-19T21:22:57+00:00" }, { @@ -217,24 +223,30 @@ } ], "description": "PHPMailer is a full-featured email creation and transfer class for PHP", + "funding": [ + { + "url": "https://github.com/Synchro", + "type": "github" + } + ], "time": "2021-02-19T15:28:08+00:00" }, { "name": "smarty/smarty", - "version": "v3.1.39", + "version": "v3.1.47", "source": { "type": "git", "url": "https://github.com/smarty-php/smarty.git", - "reference": "e27da524f7bcd7361e3ea5cdfa99c4378a7b5419" + "reference": "a09364fe1706cb465e910eb040e592053d7effb8" }, "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/a09364fe1706cb465e910eb040e592053d7effb8", + "reference": "a09364fe1706cb465e910eb040e592053d7effb8", "shasum": "" }, "require": { - "php": ">=5.2" + "php": "^5.2 || ^7.0" }, "require-dev": { "phpunit/phpunit": "^7.5 || ^6.5 || ^5.7 || ^4.8", @@ -274,7 +286,7 @@ "keywords": [ "templating" ], - "time": "2021-02-17T21:57:51+00:00" + "time": "2022-09-14T11:29:00+00:00" } ], "packages-dev": [], @@ -289,5 +301,6 @@ "ext-curl": "*", "ext-mbstring": "*" }, - "platform-dev": [] + "platform-dev": [], + "plugin-api-version": "1.1.0" }