From f398b7beed2d6f572003c6d99ac19943f0e27cb7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 28 Mar 2026 02:03:24 +0000 Subject: [PATCH] build(deps): Bump cuyz/valinor from 2.3.2 to 2.4.0 Bumps [cuyz/valinor](https://github.com/CuyZ/Valinor) from 2.3.2 to 2.4.0. - [Release notes](https://github.com/CuyZ/Valinor/releases) - [Commits](https://github.com/CuyZ/Valinor/compare/2.3.2...2.4.0) --- updated-dependencies: - dependency-name: cuyz/valinor dependency-version: 2.4.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- composer.json | 2 +- composer.lock | 19 ++++++++++--------- 2 files changed, 11 insertions(+), 10 deletions(-) diff --git a/composer.json b/composer.json index 117ca7f0582..28e250eb5e2 100644 --- a/composer.json +++ b/composer.json @@ -48,7 +48,7 @@ }, "require": { "bamarni/composer-bin-plugin": "^1.9", - "cuyz/valinor": "^2.3", + "cuyz/valinor": "^2.4", "cweagans/composer-patches": "^2.0.0", "firebase/php-jwt": "^7.0" }, diff --git a/composer.lock b/composer.lock index 7ce40b9ac02..2a7cce22710 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": "a6b9bc9900f6188a01ed473e703c3206", + "content-hash": "5dadff7e7c20e43e3defc9caf230b965", "packages": [ { "name": "bamarni/composer-bin-plugin", @@ -65,16 +65,16 @@ }, { "name": "cuyz/valinor", - "version": "2.3.2", + "version": "2.4.0", "source": { "type": "git", "url": "https://github.com/CuyZ/Valinor.git", - "reference": "3b9f3f54901371d589776502aab3da3a046801a7" + "reference": "3b0afa3a287ed7f3a69aab223726cf1139454c34" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/CuyZ/Valinor/zipball/3b9f3f54901371d589776502aab3da3a046801a7", - "reference": "3b9f3f54901371d589776502aab3da3a046801a7", + "url": "https://api.github.com/repos/CuyZ/Valinor/zipball/3b0afa3a287ed7f3a69aab223726cf1139454c34", + "reference": "3b0afa3a287ed7f3a69aab223726cf1139454c34", "shasum": "" }, "require": { @@ -86,14 +86,15 @@ }, "require-dev": { "friendsofphp/php-cs-fixer": "^3.91", - "infection/infection": "^0.31", + "infection/infection": "^0.32", "marcocesarato/php-conventional-changelog": "^1.12", "mikey179/vfsstream": "^1.6.10", "phpbench/phpbench": "^1.3", "phpstan/phpstan": "^2.0", "phpstan/phpstan-phpunit": "^2.0", "phpstan/phpstan-strict-rules": "^2.0", - "phpunit/phpunit": "^10.5", + "phpunit/phpunit": "^11.5", + "psr/http-message": "^2.0", "rector/rector": "^2.0", "vimeo/psalm": "^6.0" }, @@ -129,7 +130,7 @@ ], "support": { "issues": "https://github.com/CuyZ/Valinor/issues", - "source": "https://github.com/CuyZ/Valinor/tree/2.3.2" + "source": "https://github.com/CuyZ/Valinor/tree/2.4.0" }, "funding": [ { @@ -137,7 +138,7 @@ "type": "github" } ], - "time": "2026-01-23T15:26:34+00:00" + "time": "2026-03-23T17:38:05+00:00" }, { "name": "cweagans/composer-configurable-plugin",