[Scummvm-git-logs] scummvm-web master -> 36f27170e55dffbfb83b9663008a91e0095533f3
Thunderforge
noreply at scummvm.org
Mon Feb 7 00:01:55 UTC 2022
This automated email contains information about 1 new commit which have been
pushed to the 'scummvm-web' repo located at https://github.com/scummvm/scummvm-web .
Summary:
36f27170e5 WEB: Upgrading Smarty from ^3.1 to ^4.1.0
Commit: 36f27170e55dffbfb83b9663008a91e0095533f3
https://github.com/scummvm/scummvm-web/commit/36f27170e55dffbfb83b9663008a91e0095533f3
Author: Thunderforge (wjherrmann at gmail.com)
Date: 2022-02-06T18:01:50-06:00
Commit Message:
WEB: Upgrading Smarty from ^3.1 to ^4.1.0
Changed paths:
composer.json
composer.lock
diff --git a/composer.json b/composer.json
index 1fa7c2b5..fe5ba14a 100644
--- a/composer.json
+++ b/composer.json
@@ -11,7 +11,7 @@
"require": {
"php": ">=7.3.0",
"ext-intl": "*",
- "smarty/smarty": "^3.1",
+ "smarty/smarty": "^4.1.0",
"ezyang/htmlpurifier": "^4.10",
"altorouter/altorouter": "^2.0",
"matomo/device-detector": "^4.3.0",
diff --git a/composer.lock b/composer.lock
index 5fa71192..2f609351 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": "c3f8ff145df44f60852eed865cdae20e",
+ "content-hash": "28c856bd1fce570dc304f94f3eeb4023",
"packages": [
{
"name": "altorouter/altorouter",
@@ -1362,29 +1362,29 @@
},
{
"name": "smarty/smarty",
- "version": "v3.1.44",
+ "version": "v4.1.0",
"source": {
"type": "git",
"url": "https://github.com/smarty-php/smarty.git",
- "reference": "99085d8dc65eeb5e55ae3cba74d3dc6b3bb0205e"
+ "reference": "9e0536de18b53ba193364291ef0303b0ab9903e1"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/smarty-php/smarty/zipball/99085d8dc65eeb5e55ae3cba74d3dc6b3bb0205e",
- "reference": "99085d8dc65eeb5e55ae3cba74d3dc6b3bb0205e",
+ "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"
},
"type": "library",
"extra": {
"branch-alias": {
- "dev-master": "3.1.x-dev"
+ "dev-master": "4.0.x-dev"
}
},
"autoload": {
@@ -1408,20 +1408,23 @@
{
"name": "Rodney Rehm",
"email": "rodney.rehm at 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.44"
+ "source": "https://github.com/smarty-php/smarty/tree/v4.1.0"
},
- "time": "2022-01-17T23:12:04+00:00"
+ "time": "2022-02-06T20:34:27+00:00"
},
{
"name": "spatie/yaml-front-matter",
More information about the Scummvm-git-logs
mailing list