From 60dc81f1ea650c5852c9e033e449011cef68c25c Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 23 Mar 2020 09:47:19 +0000 Subject: [PATCH] Update ramsey/uuid requirement from ^3.3 to ^4.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/master/CHANGELOG.md) - [Commits](https://github.com/ramsey/uuid/compare/3.3.0...4.0.0) Signed-off-by: dependabot-preview[bot] --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index d1a3bde..d3a2b7f 100644 --- a/composer.json +++ b/composer.json @@ -11,7 +11,7 @@ }, "require-dev": { "phpunit/phpunit": "^8.0", - "ramsey/uuid": "^3.3", + "ramsey/uuid": "^4.0", "broadway/coding-standard": "^1.0" }, "authors": [