From 128b7b93fa50d0bb17d5c5d8e9a333939374aa99 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 20 May 2025 12:42:20 +0000 Subject: [PATCH] chore(deps): Bump cuyz/valinor from 1.14.4 to 1.16.1 Bumps [cuyz/valinor](https://github.com/CuyZ/Valinor) from 1.14.4 to 1.16.1. - [Release notes](https://github.com/CuyZ/Valinor/releases) - [Changelog](https://github.com/CuyZ/Valinor/blob/master/.changelog) - [Commits](https://github.com/CuyZ/Valinor/compare/1.14.4...1.16.1) --- updated-dependencies: - dependency-name: cuyz/valinor dependency-version: 1.16.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- composer.lock | 16 ++++++++++------ 1 file changed, 10 insertions(+), 6 deletions(-) diff --git a/composer.lock b/composer.lock index 779a749..87ad089 100644 --- a/composer.lock +++ b/composer.lock @@ -273,16 +273,16 @@ }, { "name": "cuyz/valinor", - "version": "1.14.4", + "version": "1.16.1", "source": { "type": "git", "url": "https://github.com/CuyZ/Valinor.git", - "reference": "c1d2407963408aa8aea0432e8645095283f16a67" + "reference": "acbda7ff3c25e5749f1e04ed183b3795434264c0" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/CuyZ/Valinor/zipball/c1d2407963408aa8aea0432e8645095283f16a67", - "reference": "c1d2407963408aa8aea0432e8645095283f16a67", + "url": "https://api.github.com/repos/CuyZ/Valinor/zipball/acbda7ff3c25e5749f1e04ed183b3795434264c0", + "reference": "acbda7ff3c25e5749f1e04ed183b3795434264c0", "shasum": "" }, "require": { @@ -290,6 +290,10 @@ "php": "~8.1.0 || ~8.2.0 || ~8.3.0 || ~8.4.0", "psr/simple-cache": "^1.0 || ^2.0 || ^3.0" }, + "conflict": { + "phpstan/phpstan": "<1.0 || >= 3.0", + "vimeo/psalm": "<5.0 || >=7.0" + }, "require-dev": { "friendsofphp/php-cs-fixer": "^3.4", "infection/infection": "^0.27", @@ -335,7 +339,7 @@ ], "support": { "issues": "https://github.com/CuyZ/Valinor/issues", - "source": "https://github.com/CuyZ/Valinor/tree/1.14.4" + "source": "https://github.com/CuyZ/Valinor/tree/1.16.1" }, "funding": [ { @@ -343,7 +347,7 @@ "type": "github" } ], - "time": "2025-02-23T18:48:29+00:00" + "time": "2025-05-19T13:46:02+00:00" }, { "name": "graham-campbell/result-type",