From a2d1d2b819302767789ba8798fe13f0a7bdaba31 Mon Sep 17 00:00:00 2001 From: Franz Liedke Date: Tue, 17 Mar 2020 23:12:23 +0100 Subject: [PATCH] Update less.php to version 3.0 Now that we require PHP 7.2, this ensures we get the latest updates and fixes as well. Refs #1988. --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 9feac2a1f..40bde9c5b 100644 --- a/composer.json +++ b/composer.json @@ -77,7 +77,7 @@ "symfony/translation": "^3.3", "symfony/yaml": "^3.3", "tobscure/json-api": "^0.3.0", - "wikimedia/less.php": "^2.0" + "wikimedia/less.php": "^3.0" }, "require-dev": { "mockery/mockery": "^1.0",