From 4b46c65b2f73444a000ec04bb0b9dcdbfb2bb959 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Samuel=20=C5=A0tancl?= Date: Fri, 27 Mar 2020 17:47:43 +0100 Subject: [PATCH] Support ramsey/uuid v3 & v4 --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index d68dd1a7..2409cbca 100644 --- a/composer.json +++ b/composer.json @@ -13,7 +13,7 @@ "ext-json": "*", "illuminate/support": "^6.0|^7.0", "facade/ignition-contracts": "^1.0", - "ramsey/uuid": "^3.7" + "ramsey/uuid": "^3.7|^4.0" }, "require-dev": { "vlucas/phpdotenv": "^3.3|^4.0",