From 38e84d7e2339cd36d5179bc6d63a031ac500aecc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 May 2024 18:31:08 +0000 Subject: [PATCH] build(deps-dev): update ramsey/uuid requirement from ^3.0 to ^4.7 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.0.0...4.7.6) --- updated-dependencies: - dependency-name: ramsey/uuid 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 5b47c54..e1d168b 100644 --- a/composer.json +++ b/composer.json @@ -53,7 +53,7 @@ "phpstan/phpstan-phpunit": "^1.3", "phpunit/phpunit": "^10.5", "psalm/plugin-phpunit": "^0.19.0", - "ramsey/uuid": "^3.0", + "ramsey/uuid": "^4.7", "symfony/framework-bundle": "^6.4 || ^7.0", "symfony/http-kernel": "^6.4 || ^7.0", "symfony/runtime": "^6.4 || ^7.0",