From 1eea7b8c2167bd2046faf61578f367a340b40130 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 25 May 2021 07:10:17 +0000 Subject: [PATCH] Update ramsey/uuid requirement from ^3.9 to ^4.1 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/master/CHANGELOG.md) - [Commits](https://github.com/ramsey/uuid/compare/3.9.0...4.1.1) Signed-off-by: dependabot[bot] --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 43761455ff4..3192ab45f86 100644 --- a/composer.json +++ b/composer.json @@ -50,7 +50,7 @@ "payum/payum-bundle": "^2.4", "php-http/guzzle6-adapter": "^2.0", "polishsymfonycommunity/symfony-mocker-container": "^1.0", - "ramsey/uuid": "^3.9", + "ramsey/uuid": "^4.1", "sonata-project/block-bundle": "^4.2", "stof/doctrine-extensions-bundle": "^1.4", "swiftmailer/swiftmailer": "^6.2",