From 817e25f61fe4f808f3f26105bbf3c59dafae733c Mon Sep 17 00:00:00 2001 From: Jordan Hall Date: Tue, 30 Apr 2019 16:40:45 +0100 Subject: [PATCH] Fix UXDM version constraint --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 6cc7853..f1e99d1 100644 --- a/composer.json +++ b/composer.json @@ -14,7 +14,7 @@ "php-coveralls/php-coveralls": "^2.0" }, "require": { - "divineomega/uxdm": "v3.0.0", + "divineomega/uxdm": "^3.0.0", "illuminate/support": "^5.1", "illuminate/database": "^5.1" },