[Scummvm-git-logs] scummvm-web dependabot/composer/smarty/smarty-5.3.1 -> 132d9f45712616133710a1da2118dc80d033ea95
ScummVM git
noreply at scummvm.org
Mon Jun 17 10:16:58 UTC 2024
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:
132d9f4571 Bump smarty/smarty from 4.5.1 to 5.3.1
Commit: 132d9f45712616133710a1da2118dc80d033ea95
https://github.com/scummvm/scummvm-web/commit/132d9f45712616133710a1da2118dc80d033ea95
Author: dependabot[bot] (49699333+dependabot[bot]@users.noreply.github.com)
Date: 2024-06-17T10:16:55Z
Commit Message:
Bump smarty/smarty from 4.5.1 to 5.3.1
Bumps [smarty/smarty](https://github.com/smarty-php/smarty) from 4.5.1 to 5.3.1.
- [Release notes](https://github.com/smarty-php/smarty/releases)
- [Changelog](https://github.com/smarty-php/smarty/blob/master/CHANGELOG.md)
- [Commits](https://github.com/smarty-php/smarty/compare/v4.5.1...v5.3.1)
---
updated-dependencies:
- dependency-name: smarty/smarty
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support at github.com>
Changed paths:
composer.json
composer.lock
diff --git a/composer.json b/composer.json
index 3ad138f0..f0e9d04d 100644
--- a/composer.json
+++ b/composer.json
@@ -11,7 +11,7 @@
"require": {
"php": ">=8.2.0",
"ext-intl": "*",
- "smarty/smarty": "^4.1.0",
+ "smarty/smarty": "^5.3.1",
"ezyang/htmlpurifier": "^4.10",
"altorouter/altorouter": "^2.0",
"matomo/device-detector": "^6.1.1",
diff --git a/composer.lock b/composer.lock
index 24bc5b0c..1e877f1b 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": "523608b05f8b9f064ca2e688fda9b159",
+ "content-hash": "168115e914a6314fecea2f87bc64a185",
"packages": [
{
"name": "altorouter/altorouter",
@@ -1392,35 +1392,39 @@
},
{
"name": "smarty/smarty",
- "version": "v4.5.1",
+ "version": "v5.3.1",
"source": {
"type": "git",
"url": "https://github.com/smarty-php/smarty.git",
- "reference": "42b869e3a098b1c8ee07922ccded0e5a5dceadcd"
+ "reference": "3cb35854326a94120cd415b81db28c53d95d0d5d"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/smarty-php/smarty/zipball/42b869e3a098b1c8ee07922ccded0e5a5dceadcd",
- "reference": "42b869e3a098b1c8ee07922ccded0e5a5dceadcd",
+ "url": "https://api.github.com/repos/smarty-php/smarty/zipball/3cb35854326a94120cd415b81db28c53d95d0d5d",
+ "reference": "3cb35854326a94120cd415b81db28c53d95d0d5d",
"shasum": ""
},
"require": {
- "php": "^7.1 || ^8.0"
+ "php": "^7.2 || ^8.0",
+ "symfony/polyfill-mbstring": "^1.27"
},
"require-dev": {
"phpunit/phpunit": "^8.5 || ^7.5",
- "smarty/smarty-lexer": "^3.1"
+ "smarty/smarty-lexer": "^4.0.2"
},
"type": "library",
"extra": {
"branch-alias": {
- "dev-master": "4.0.x-dev"
+ "dev-master": "5.0.x-dev"
}
},
"autoload": {
- "classmap": [
- "libs/"
- ]
+ "files": [
+ "src/functions.php"
+ ],
+ "psr-4": {
+ "Smarty\\": "src/"
+ }
},
"notification-url": "https://packagist.org/downloads/",
"license": [
@@ -1452,9 +1456,9 @@
"support": {
"forum": "https://github.com/smarty-php/smarty/discussions",
"issues": "https://github.com/smarty-php/smarty/issues",
- "source": "https://github.com/smarty-php/smarty/tree/v4.5.1"
+ "source": "https://github.com/smarty-php/smarty/tree/v5.3.1"
},
- "time": "2024-03-18T14:19:07+00:00"
+ "time": "2024-06-16T19:51:13+00:00"
},
{
"name": "spatie/yaml-front-matter",
@@ -2131,16 +2135,16 @@
},
{
"name": "symfony/polyfill-mbstring",
- "version": "v1.27.0",
+ "version": "v1.29.0",
"source": {
"type": "git",
"url": "https://github.com/symfony/polyfill-mbstring.git",
- "reference": "8ad114f6b39e2c98a8b0e3bd907732c207c2b534"
+ "reference": "9773676c8a1bb1f8d4340a62efe641cf76eda7ec"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/8ad114f6b39e2c98a8b0e3bd907732c207c2b534",
- "reference": "8ad114f6b39e2c98a8b0e3bd907732c207c2b534",
+ "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/9773676c8a1bb1f8d4340a62efe641cf76eda7ec",
+ "reference": "9773676c8a1bb1f8d4340a62efe641cf76eda7ec",
"shasum": ""
},
"require": {
@@ -2154,9 +2158,6 @@
},
"type": "library",
"extra": {
- "branch-alias": {
- "dev-main": "1.27-dev"
- },
"thanks": {
"name": "symfony/polyfill",
"url": "https://github.com/symfony/polyfill"
@@ -2194,7 +2195,7 @@
"shim"
],
"support": {
- "source": "https://github.com/symfony/polyfill-mbstring/tree/v1.27.0"
+ "source": "https://github.com/symfony/polyfill-mbstring/tree/v1.29.0"
},
"funding": [
{
@@ -2210,7 +2211,7 @@
"type": "tidelift"
}
],
- "time": "2022-11-03T14:55:06+00:00"
+ "time": "2024-01-29T20:11:03+00:00"
},
{
"name": "symfony/service-contracts",
More information about the Scummvm-git-logs
mailing list