From be5bc81817ccf88bc3144812678fd8ee0a7df2b5 Mon Sep 17 00:00:00 2001 From: Ronny Gericke Date: Tue, 13 Jun 2023 08:43:32 +0200 Subject: [PATCH] update version constraint in composer json --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 7c88fd3..823c595 100644 --- a/composer.json +++ b/composer.json @@ -5,7 +5,7 @@ "type": "library", "require": { "php": ">=5.3.0", - "antoligy/dom-string-iterators": "v1.0.0", + "antoligy/dom-string-iterators": "^v1.0.0", "twig/twig": ">=v1.0.0" }, "license": "MIT",