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-02-06 12:13:40 +0300
committerGitHub <noreply@github.com>2020-02-06 12:13:40 +0300
commit0aa827aa62ad9adbbd43af26bbe855f346ab93c8 (patch)
tree49fe56bcd861f8680eb6d468a1bfe8bf88581c13 /composer.json
parentf951868201d8b380f28bbb490fefdf18c9313111 (diff)
Use latest davaxi/sparkline release (#15465)
Diffstat (limited to 'composer.json')
-rw-r--r--composer.json6
1 files changed, 1 insertions, 5 deletions
diff --git a/composer.json b/composer.json
index 676caea0c0..77a6204cb3 100644
--- a/composer.json
+++ b/composer.json
@@ -28,7 +28,7 @@
"require": {
"php": ">=7.2.0",
"composer/semver": "~1.3.0",
- "davaxi/sparkline": "dev-multiple-series",
+ "davaxi/sparkline": "~1.2",
"geoip2/geoip2": "^2.8",
"leafo/lessphp": "dev-php74-compat",
"matomo-org/jshrink": "1.3.1",
@@ -92,10 +92,6 @@
},
{
"type": "git",
- "url": "https://github.com/matomo-org/Sparkline.git"
- },
- {
- "type": "git",
"url": "https://github.com/matomo-org/lessphp.git"
}
],