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:
authorStefan Giehl <stefan@matomo.org>2020-12-10 05:20:32 +0300
committerGitHub <noreply@github.com>2020-12-10 05:20:32 +0300
commitd71e44c7195373a3a3f4d215a2b8b78dc82a02e6 (patch)
tree24bd411b85ba7cefe18836951a60137bcb01c12b /composer.json
parent7cde69f763f2cbf2b9a27c8a7dcf7bcaa950c3bd (diff)
Use wikimedia/less.php instead of leafo/lessphp (#16813)
* use wikimedias less php * fix some less related stuff * fix expected test file * updates expected test file
Diffstat (limited to 'composer.json')
-rw-r--r--composer.json21
1 files changed, 11 insertions, 10 deletions
diff --git a/composer.json b/composer.json
index 9221c9630c..5f7197fbdf 100644
--- a/composer.json
+++ b/composer.json
@@ -2,7 +2,12 @@
"name": "matomo/matomo",
"type": "application",
"description": "the leading free/libre analytics platform",
- "keywords": ["piwik","matomo","web","analytics"],
+ "keywords": [
+ "piwik",
+ "matomo",
+ "web",
+ "analytics"
+ ],
"homepage": "https://matomo.org",
"license": "GPL-3.0+",
"authors": [
@@ -30,7 +35,6 @@
"composer/semver": "~1.3.0",
"davaxi/sparkline": "~1.2",
"geoip2/geoip2": "^2.8",
- "leafo/lessphp": "dev-php74-compat",
"matomo/cache": "~2.0",
"matomo/decompress": "~2.0",
"matomo/device-detector": "^4.0",
@@ -51,7 +55,8 @@
"szymach/c-pchart": "^2.0",
"tecnickcom/tcpdf": "~6.0",
"tedivm/jshrink": "dev-master#aed09eace9d498e18d48a5b62a7e5a97dfc0e55d",
- "twig/twig": "^3.0"
+ "twig/twig": "^3.0",
+ "wikimedia/less.php": "^2.0"
},
"require-dev": {
"lox/xhprof": "dev-master",
@@ -67,12 +72,6 @@
"symfony/polyfill-php71": "*",
"symfony/polyfill-php72": "*"
},
- "repositories": [
- {
- "type": "git",
- "url": "https://github.com/matomo-org/lessphp.git"
- }
- ],
"scripts": {
"pre-update-cmd": [
"Piwik\\Composer\\ScriptHandler::cleanXhprof"
@@ -98,7 +97,9 @@
"PEAR_": "libs/",
"Archive_": "libs/"
},
- "files": ["LegacyAutoloader.php"]
+ "files": [
+ "LegacyAutoloader.php"
+ ]
},
"autoload-dev": {
"psr-4": {