update smarty and base58

This commit is contained in:
Mario Vavti
2025-11-21 16:45:54 +01:00
parent 57c22f4d0f
commit dcb09a8b39
27 changed files with 196 additions and 320 deletions

45
composer.lock generated
View File

@@ -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": "4e8f12e610e0ac056f5f8473415e9a6c",
"content-hash": "08bc7d463277e84c8db1ce8cf1a90b7b",
"packages": [
{
"name": "bakame/http-structured-fields",
@@ -3051,16 +3051,16 @@
},
{
"name": "smarty/smarty",
"version": "v5.6.0",
"version": "v5.7.0",
"source": {
"type": "git",
"url": "https://github.com/smarty-php/smarty.git",
"reference": "1fc41e385da8a27a87bec5914392ab662a7bb8ec"
"reference": "73da7e90f302175a570662fcb0ba41f57b7a92ab"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/smarty-php/smarty/zipball/1fc41e385da8a27a87bec5914392ab662a7bb8ec",
"reference": "1fc41e385da8a27a87bec5914392ab662a7bb8ec",
"url": "https://api.github.com/repos/smarty-php/smarty/zipball/73da7e90f302175a570662fcb0ba41f57b7a92ab",
"reference": "73da7e90f302175a570662fcb0ba41f57b7a92ab",
"shasum": ""
},
"require": {
@@ -3115,7 +3115,7 @@
"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/v5.6.0"
"source": "https://github.com/smarty-php/smarty/tree/v5.7.0"
},
"funding": [
{
@@ -3123,7 +3123,7 @@
"type": "github"
}
],
"time": "2025-10-03T21:22:25+00:00"
"time": "2025-11-19T21:36:38+00:00"
},
{
"name": "spomky-labs/otphp",
@@ -3209,27 +3209,32 @@
},
{
"name": "stephenhill/base58",
"version": "v1.1.5",
"version": "v2.1.0",
"source": {
"type": "git",
"url": "https://github.com/stephen-hill/base58php.git",
"reference": "bd9fc19c788160a2f85ba0a19cd800eaf5ba5e99"
"reference": "3030c00c0a1e1b78520f3ace6fbf813dacddfab5"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/stephen-hill/base58php/zipball/bd9fc19c788160a2f85ba0a19cd800eaf5ba5e99",
"reference": "bd9fc19c788160a2f85ba0a19cd800eaf5ba5e99",
"url": "https://api.github.com/repos/stephen-hill/base58php/zipball/3030c00c0a1e1b78520f3ace6fbf813dacddfab5",
"reference": "3030c00c0a1e1b78520f3ace6fbf813dacddfab5",
"shasum": ""
},
"require": {
"php": ">=8.1"
},
"require-dev": {
"athletic/athletic": "~0.1",
"phpunit/phpunit": "4.*"
"phpunit/phpunit": "10.*"
},
"suggest": {
"ext-bcmath": "Required for BC Math support",
"ext-gmp": "Required for GMP support"
},
"type": "library",
"autoload": {
"psr-4": {
"StephenHill\\": "src/",
"StephenHill\\Benchmarks\\": "benchmarks/"
"StephenHill\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
@@ -3245,9 +3250,15 @@
"description": "Base58 Encoding and Decoding Library for PHP",
"support": {
"issues": "https://github.com/stephen-hill/base58php/issues",
"source": "https://github.com/stephen-hill/base58php/tree/v1.1.5"
"source": "https://github.com/stephen-hill/base58php/tree/v2.1.0"
},
"time": "2019-08-22T16:51:59+00:00"
"funding": [
{
"url": "https://github.com/stephen-hill",
"type": "github"
}
],
"time": "2025-11-19T11:50:12+00:00"
},
{
"name": "symfony/deprecation-contracts",