From 8d156c6d7476d8fb93a0c338595796d91d2644c6 Mon Sep 17 00:00:00 2001 From: Benjamin Lazarecki Date: Fri, 5 Feb 2016 12:17:11 +0100 Subject: [PATCH] Change openlss/lib-array2xml version to >=0.0.9 --- composer.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index a11b43ac..f19a16b1 100644 --- a/composer.json +++ b/composer.json @@ -2,7 +2,7 @@ "name": "coduo/php-matcher", "type": "library", "keywords": ["json", "matcher", "tests"], - "license": "MIT", + "license": "MIT", "authors": [ { "name": "Michał Dąbrowski", @@ -18,7 +18,7 @@ "coduo/php-to-string": "1.0.*", "symfony/property-access": "~2.3", "symfony/expression-language": "~2.4", - "openlss/lib-array2xml": "0.0.9" + "openlss/lib-array2xml": "~0.0.9" }, "require-dev": { "phpunit/phpunit": "3.7.*"