From 3b244800e36c862121ed540c1918a450fbcbb3e6 Mon Sep 17 00:00:00 2001 From: Sam DeVore Date: Mon, 9 Apr 2018 14:23:28 -0700 Subject: [PATCH] typo on suggest for leafs/lessphp I think it should be less.php --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 78a5e69a..08ca0b22 100644 --- a/composer.json +++ b/composer.json @@ -39,6 +39,6 @@ "tchwork/jsqueeze": "For using the JSqueeze filter.", "tedivm/jshrink": "For using the JShrink filter.", "leafo/scssphp": "For using the ScssPHP filter.", - "leafo/lessphp": "For using the LessPHP filter." + "leafo/less.php": "For using the LessPHP filter." } }