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 <github@lw1.at>2019-01-28 05:58:46 +0300
committerdiosmosis <diosmosis@users.noreply.github.com>2019-01-28 05:58:46 +0300
commit0501b176a17b9ef28bbbf8c771e3304cdc4054ce (patch)
tree43f617ae322ed0c4108234db6ec94e8f14c42a18 /composer.json
parent0cdfff7d3d33415dc303ba9e4a2adf41cc3fb230 (diff)
update JShrink (followup) (#14011)
* update JShrink * remove old library * Update submodule.
Diffstat (limited to 'composer.json')
-rw-r--r--composer.json31
1 files changed, 30 insertions, 1 deletions
diff --git a/composer.json b/composer.json
index e2414f6f36..598cc31288 100644
--- a/composer.json
+++ b/composer.json
@@ -28,7 +28,7 @@
"twig/twig": "~1.0",
"leafo/lessphp": "~0.5.0",
"symfony/console": "~2.6.0",
- "tedivm/jshrink": "~0.5.1",
+ "JShrink": "=1.3.1",
"mustangostang/spyc": "~0.5.0",
"piwik/device-detector": "~3.0",
"piwik/decompress": "~1.0",
@@ -84,6 +84,35 @@
"reference": "master"
}
}
+ },
+ {
+ "type": "package",
+ "package": {
+ "name": "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"
+ }
+ }
}
],
"scripts": {