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:
authorLukas Winkler <git@lw1.at>2020-11-02 22:06:31 +0300
committerGitHub <noreply@github.com>2020-11-02 22:06:31 +0300
commit50bf1bf803576cc3692796c887df6b1bd94d9e1d (patch)
treeb84165532cae6f9e2bc2a3e23e96a98edd7889b9 /composer.json
parenta59edb9700c4bf0cf75f8024bd77a0af5889148b (diff)
use original jshrink (#16654)
Diffstat (limited to 'composer.json')
-rw-r--r--composer.json31
1 files changed, 1 insertions, 30 deletions
diff --git a/composer.json b/composer.json
index e14740034d..55a82edc94 100644
--- a/composer.json
+++ b/composer.json
@@ -31,7 +31,6 @@
"davaxi/sparkline": "~1.2",
"geoip2/geoip2": "^2.8",
"leafo/lessphp": "dev-php74-compat",
- "matomo-org/jshrink": "1.3.1",
"matomo/cache": "~2.0",
"matomo/decompress": "~2.0",
"matomo/device-detector": "^4.0",
@@ -51,6 +50,7 @@
"symfony/monolog-bridge": "~2.6.0",
"szymach/c-pchart": "^2.0",
"tecnickcom/tcpdf": "~6.0",
+ "tedivm/jshrink": "^1.3.1",
"twig/twig": "^3.0"
},
"require-dev": {
@@ -61,35 +61,6 @@
},
"repositories": [
{
- "type": "package",
- "package": {
- "name": "matomo-org/jshrink",
- "description": "Javascript Minifier built in PHP",
- "keywords": ["minifier","javascript"],
- "homepage": "http://github.com/tedious/JShrink",
- "type": "library",
- "license": "BSD-3-Clause",
- "version": "1.3.1",
- "authors": [
- {
- "name": "Robert Hafner",
- "email": "tedivm@tedivm.com"
- }
- ],
- "require": {
- "php": "*"
- },
- "autoload": {
- "psr-0": {"JShrink": "src/"}
- },
- "source": {
- "type": "git",
- "url": "https://github.com/tedious/JShrink",
- "reference": "v1.3.1"
- }
- }
- },
- {
"type": "git",
"url": "https://github.com/matomo-org/lessphp.git"
}