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.
This commit is contained in:
Franz Liedke 2020-03-17 23:12:23 +01:00
parent fb277df3b0
commit a2d1d2b819
No known key found for this signature in database
GPG Key ID: 9A0231A879B055F4

View File

@ -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",