Skip to content

Commit

Permalink
update JShrink (followup) (matomo-org#14011)
Browse files Browse the repository at this point in the history
* update JShrink

* remove old library

* Update submodule.
  • Loading branch information
Findus23 authored and diosmosis committed Jan 28, 2019
1 parent 0cdfff7 commit 0501b17
Show file tree
Hide file tree
Showing 3 changed files with 66 additions and 45 deletions.
31 changes: 30 additions & 1 deletion composer.json
Expand Up @@ -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",
Expand Down Expand Up @@ -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": {
Expand Down
78 changes: 35 additions & 43 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion plugins/TagManager

0 comments on commit 0501b17

Please sign in to comment.