From fcae9058640c6d0d83198389a53067cd8aecb129 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Aug 2021 10:25:03 +0000 Subject: [PATCH] Update ramsey/uuid requirement from ^3.9 to ^4.2 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/main/CHANGELOG.md) - [Commits](https://github.com/ramsey/uuid/compare/3.9.0...4.2.0) --- 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 10fa7aab3cc..0817d0bab81 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.2", "sonata-project/block-bundle": "^4.2", "stof/doctrine-extensions-bundle": "^1.4", "swiftmailer/swiftmailer": "^6.2",