From e0f33037d2699eb27eac7ea9a284bc6b40711375 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 19 Sep 2022 10:46:26 +0000 Subject: [PATCH] Update ramsey/uuid requirement from ^3.9 to ^4.5 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.0...4.5.1) --- updated-dependencies: - dependency-name: ramsey/uuid dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 2900aabb35e..670bc33bb30 100644 --- a/composer.json +++ b/composer.json @@ -50,7 +50,7 @@ "payum/payum": "^1.6", "payum/payum-bundle": "^2.4", "php-http/guzzle6-adapter": "^2.0", - "ramsey/uuid": "^3.9", + "ramsey/uuid": "^4.5", "sonata-project/block-bundle": "^4.2", "stof/doctrine-extensions-bundle": "^1.4", "swiftmailer/swiftmailer": "^6.2",