From 7f346ccee97492d9a5620d487109c6d846c9ad1a Mon Sep 17 00:00:00 2001 From: Nikita Date: Mon, 6 Jul 2020 17:55:46 +0300 Subject: [PATCH] update for ramsey/uuid 4 acording to https://uuid.ramsey.dev/en/latest/upgrading/3-to-4.html --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 45f902b7..06f8d759 100644 --- a/composer.json +++ b/composer.json @@ -26,7 +26,7 @@ "illuminate/support": "5.* || 6.* || 7.*", "symfony/dotenv": "4.* || 5.*", "fig/http-message-util": "1.*", - "ramsey/uuid": "3.*" + "ramsey/uuid": "^3 || ^4" }, "require-dev": { "phpunit/phpunit": "7.*.*",