Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordiosmosis <diosmosis@users.noreply.github.com>2019-11-21 13:39:50 +0300
committerGitHub <noreply@github.com>2019-11-21 13:39:50 +0300
commitc0b5d66cb51d7bf03788ec57d38f1ca34e934770 (patch)
tree7e53f9e2cb4d8a9205e1dcae17ab30dc9f739dde /composer.json
parentaca867ac8a49c922e85e6fc70db1a1299d19d048 (diff)
Update lessphp to use branch for php 7.4 compatibility. (#15180)
Diffstat (limited to 'composer.json')
-rw-r--r--composer.json6
1 files changed, 5 insertions, 1 deletions
diff --git a/composer.json b/composer.json
index 2f843a4246..2619605dce 100644
--- a/composer.json
+++ b/composer.json
@@ -27,7 +27,7 @@
"require": {
"php": ">=5.5.9",
"twig/twig": "~1.0",
- "leafo/lessphp": "~0.5.0",
+ "leafo/lessphp": "dev-php74-compat",
"symfony/console": "~2.6.0",
"mustangostang/spyc": "~0.5.0",
"piwik/device-detector": "~3.0",
@@ -118,6 +118,10 @@
{
"type": "git",
"url": "https://github.com/matomo-org/Sparkline.git"
+ },
+ {
+ "type": "git",
+ "url": "https://github.com/matomo-org/lessphp.git"
}
],
"scripts": {