From 14a3281b62eb2fa0be6c701e96d88e03e0c4e062 Mon Sep 17 00:00:00 2001 From: Arnold Daniels Date: Fri, 30 Oct 2020 20:37:46 +0100 Subject: [PATCH] Fix composer.json hoa/math casing --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 80f0671..f047da7 100644 --- a/composer.json +++ b/composer.json @@ -19,7 +19,7 @@ "guzzlehttp/guzzle": "^6.0", "jasny/dotkey": "^1.0", "mustache/mustache": "^2.10", - "hoa/Math": "1.16.08.29" + "hoa/math": "1.16.08.29" }, "require-dev": { "phpunit/phpunit": "^5.0"