From 76d530ea20a47bcd14782730f9c7774c79dc78f3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Mar 2026 23:21:26 +0000 Subject: [PATCH] Update ramsey/uuid requirement from ^3.9.3 to ^3.9.3 || ^4.0.0 Updates the requirements on [ramsey/uuid](https://github.com/ramsey/uuid) to permit the latest version. - [Release notes](https://github.com/ramsey/uuid/releases) - [Changelog](https://github.com/ramsey/uuid/blob/4.x/CHANGELOG.md) - [Commits](https://github.com/ramsey/uuid/compare/3.9.3...4.9.2) --- updated-dependencies: - dependency-name: ramsey/uuid dependency-version: 4.9.2 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index f4449f0..4dd44b4 100644 --- a/composer.json +++ b/composer.json @@ -16,7 +16,7 @@ "psr/http-server-middleware": "^1.0" }, "require-dev": { - "ramsey/uuid": "^3.9.3", + "ramsey/uuid": "^3.9.3 || ^4.0.0", "laminas/laminas-diactoros": "^2.2.1", "phpunit/phpunit": "^7.5.20 | ^8.5.8 | ^9.4.2" },