From 9b7c20861604562f126f4630671cd8e535a455a3 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 31 Dec 2025 15:58:25 +0000 Subject: [PATCH] Update dependency cuyz/valinor to v2 | datasource | package | from | to | | ---------- | ------------ | ------ | ----- | | packagist | cuyz/valinor | 1.17.0 | 2.3.1 | --- composer.json | 2 +- composer.lock | 70 +++++++-------------------------------------------- 2 files changed, 10 insertions(+), 62 deletions(-) diff --git a/composer.json b/composer.json index eedce64c..9fc90b53 100644 --- a/composer.json +++ b/composer.json @@ -13,7 +13,7 @@ "php": "8.3.*", "ext-intl": "*", "ext-json": "*", - "cuyz/valinor": "1.17.0", + "cuyz/valinor": "2.3.1", "filp/whoops": "^2.18.4", "intervention/image": "^3.11.6", "league/commonmark": "^2.8.0", diff --git a/composer.lock b/composer.lock index c6f15dfc..d2ee5f14 100644 --- a/composer.lock +++ b/composer.lock @@ -4,26 +4,25 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "content-hash": "324af5a912e2334f9f48253bf9fdfc8d", + "content-hash": "9a56ab9408284f2bc6a8be578dda4dbe", "packages": [ { "name": "cuyz/valinor", - "version": "1.17.0", + "version": "2.3.1", "source": { "type": "git", "url": "https://github.com/CuyZ/Valinor.git", - "reference": "9eb2802797e36f3af1fd6e13ff23e4e3d0058022" + "reference": "212835b2efb89becd9881f4836e9b0b32ea105bf" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/CuyZ/Valinor/zipball/9eb2802797e36f3af1fd6e13ff23e4e3d0058022", - "reference": "9eb2802797e36f3af1fd6e13ff23e4e3d0058022", + "url": "https://api.github.com/repos/CuyZ/Valinor/zipball/212835b2efb89becd9881f4836e9b0b32ea105bf", + "reference": "212835b2efb89becd9881f4836e9b0b32ea105bf", "shasum": "" }, "require": { "composer-runtime-api": "^2.0", - "php": "~8.1.0 || ~8.2.0 || ~8.3.0 || ~8.4.0", - "psr/simple-cache": "^1.0 || ^2.0 || ^3.0" + "php": "~8.1.0 || ~8.2.0 || ~8.3.0 || ~8.4.0 || ~8.5.0" }, "conflict": { "phpstan/phpstan": "<1.0 || >= 3.0", @@ -31,7 +30,7 @@ }, "require-dev": { "friendsofphp/php-cs-fixer": "^3.4", - "infection/infection": "^0.29", + "infection/infection": "^0.31", "marcocesarato/php-conventional-changelog": "^1.12", "mikey179/vfsstream": "^1.6.10", "phpbench/phpbench": "^1.3", @@ -74,7 +73,7 @@ ], "support": { "issues": "https://github.com/CuyZ/Valinor/issues", - "source": "https://github.com/CuyZ/Valinor/tree/1.17.0" + "source": "https://github.com/CuyZ/Valinor/tree/2.3.1" }, "funding": [ { @@ -82,7 +81,7 @@ "type": "github" } ], - "time": "2025-06-20T06:40:38+00:00" + "time": "2025-10-21T12:16:56+00:00" }, { "name": "dflydev/dot-access-data", @@ -811,57 +810,6 @@ }, "time": "2024-09-11T13:17:53+00:00" }, - { - "name": "psr/simple-cache", - "version": "3.0.0", - "source": { - "type": "git", - "url": "https://github.com/php-fig/simple-cache.git", - "reference": "764e0b3939f5ca87cb904f570ef9be2d78a07865" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/php-fig/simple-cache/zipball/764e0b3939f5ca87cb904f570ef9be2d78a07865", - "reference": "764e0b3939f5ca87cb904f570ef9be2d78a07865", - "shasum": "" - }, - "require": { - "php": ">=8.0.0" - }, - "type": "library", - "extra": { - "branch-alias": { - "dev-master": "3.0.x-dev" - } - }, - "autoload": { - "psr-4": { - "Psr\\SimpleCache\\": "src/" - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "authors": [ - { - "name": "PHP-FIG", - "homepage": "https://www.php-fig.org/" - } - ], - "description": "Common interfaces for simple caching", - "keywords": [ - "cache", - "caching", - "psr", - "psr-16", - "simple-cache" - ], - "support": { - "source": "https://github.com/php-fig/simple-cache/tree/3.0.0" - }, - "time": "2021-10-29T13:26:27+00:00" - }, { "name": "spatie/commonmark-shiki-highlighter", "version": "2.5.2",