From 2eeb4f6af8dccb727b6ab6699808c9a3ba140ef5 Mon Sep 17 00:00:00 2001 From: Julian Finkler Date: Sun, 23 Dec 2018 19:25:45 +0100 Subject: [PATCH] Updated version constraint for `mintware-de/data-model-mapper` --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 25c1703..9f0ef57 100644 --- a/composer.json +++ b/composer.json @@ -14,7 +14,7 @@ ], "minimum-stability": "stable", "require": { - "mintware-de/data-model-mapper": "*", + "mintware-de/data-model-mapper": "^1.0.0", "ext-json": "*" }, "autoload": {