From 23e3a09dd365da772c463e9338d14dc15a7fd944 Mon Sep 17 00:00:00 2001 From: MarkBaker Date: Tue, 1 Sep 2020 11:02:07 +0200 Subject: [PATCH] Update to versions of complex and matrix libraries --- composer.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index 5e966ed9..a122ec2c 100644 --- a/composer.json +++ b/composer.json @@ -54,8 +54,8 @@ "ext-zip": "*", "ext-zlib": "*", "maennchen/zipstream-php": "^2.1", - "markbaker/complex": "^1.4", - "markbaker/matrix": "^1.2", + "markbaker/complex": "^1.5|^2.0", + "markbaker/matrix": "^1.2|^2.0", "psr/simple-cache": "^1.0", "psr/http-client": "^1.0", "psr/http-factory": "^1.0"